#700024

Color #700024 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #700024

Tints of Burgundy #700024

Color information

#700024 (or 0x700024) is unknown color: approx Burgundy. HEX triplet: 70, 00 and 24. RGB value is (112,0,36). Sum of RGB (Red+Green+Blue) = 112+0+36=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 36 (14.45% from 255 or 24.32% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #700024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700024 is #8FFFDB. Grayscale: #252525. Windows color (decimal): -9437148 or 2359408. OLE color: 2359408.

HSL color Cylindrical-coordinate representation of color #700024: hue angle of 340.71º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #700024 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB112036-
CMYK010.680.56
HSL340.71º100%21.96%-
HSV(B)340.71º100%43.92%-
XYZ73.571.99-
YUV37.59127.11181.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 75.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 24.32%
R=75.68%
G=0%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112036010.680.56340.7110021.96
Hex7002406444381556416
Octal16004401441047052514426
Binary11100000100100011001001000100111000101010101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700024; }

 p { color: rgb(112,0,36); }

 H1.HeaderClassName
 {
   color: #700024;
 }
 .AnyTagClassName
 {
   color: #700024;
 }
</style>
background-color css

<style>
 a { background-color: #700024; }

 a { background-color: rgb(112,0,36); }

 div.DivClassName
 {
   background-color: #700024;
 }
 .BgClassName
 {
   background-color: #700024;
 }
</style>
border-color css

<style>
 span { border-color: #700024; }

 span { border-color: rgb(112,0,36); }

 td.TdClassName
 {
   border-color: #700024;
 }
 .TagClassName
 {
   border-color: #700024;
 }
</style>