#72040B

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

Shades of Burgundy #72040B

Tints of Burgundy #72040B

Color information

#72040B (or 0x72040B) is unknown color: approx Burgundy. HEX triplet: 72, 04 and 0B. RGB value is (114,4,11). Sum of RGB (Red+Green+Blue) = 114+4+11=129 (17% of max value = 765). Red value is 114 (44.92% from 255 or 88.37% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 114 - color contains mainly: red. Hex color #72040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72040B is #8DFBF4. Grayscale: #252525. Windows color (decimal): -9305077 or 722034. OLE color: 722034.

HSL color Cylindrical-coordinate representation of color #72040B: hue angle of 356.18º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72040B is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB114411-
CMYK00.960.900.55
HSL356.18º93.22%23.14%-
HSV(B)356.18º96.49%44.71%-
XYZ7.043.690.66-
YUV37.69112.94182.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 88.37%
GREEN value IS 4 (1.95% from 255) = 3.10%
BLUE value IS 11 (4.69% from 255) = 8.53%
R=88.37%
G=3.10%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11441100.960.900.55356.1893.2223.14
Hex724B0605A371645d17
Octal16241301401326754413527
Binary11100101001011011000001011010110111101100100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72040B; }

 p { color: rgb(114,4,11); }

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

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

 a { background-color: rgb(114,4,11); }

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

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

 span { border-color: rgb(114,4,11); }

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