#72030C

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

Shades of Burgundy #72030C

Tints of Burgundy #72030C

Color information

#72030C (or 0x72030C) is unknown color: approx Burgundy. HEX triplet: 72, 03 and 0C. RGB value is (114,3,12). Sum of RGB (Red+Green+Blue) = 114+3+12=129 (17% of max value = 765). Red value is 114 (44.92% from 255 or 88.37% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 114 - color contains mainly: red. Hex color #72030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72030C is #8DFCF3. Grayscale: #252525. Windows color (decimal): -9305332 or 787314. OLE color: 787314.

HSL color Cylindrical-coordinate representation of color #72030C: hue angle of 355.14º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72030C is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB114312-
CMYK00.970.890.55
HSL355.14º94.87%22.94%-
HSV(B)355.14º97.37%44.71%-
XYZ7.043.670.69-
YUV37.22113.77182.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 88.37%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=88.37%
G=2.33%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11431200.970.890.55355.1494.8722.94
Hex723C06159371635f17
Octal16231401411316754313727
Binary1110010111100011000011011001110111101100011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72030C; }

 p { color: rgb(114,3,12); }

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

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

 a { background-color: rgb(114,3,12); }

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

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

 span { border-color: rgb(114,3,12); }

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