#72061E

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

Shades of Burgundy #72061E

Tints of Burgundy #72061E

Color information

#72061E (or 0x72061E) is unknown color: approx Burgundy. HEX triplet: 72, 06 and 1E. RGB value is (114,6,30). Sum of RGB (Red+Green+Blue) = 114+6+30=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 30 (12.11% from 255 or 20% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #72061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72061E is #8DF9E1. Grayscale: #292929. Windows color (decimal): -9304546 or 1967730. OLE color: 1967730.

HSL color Cylindrical-coordinate representation of color #72061E: hue angle of 346.67º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72061E is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB114630-
CMYK00.950.740.55
HSL346.67º90%23.53%-
HSV(B)346.67º94.74%44.71%-
XYZ7.243.81.58-
YUV41.03121.78180.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 76%
GREEN value IS 6 (2.73% from 255) = 4%
BLUE value IS 30 (12.11% from 255) = 20%
R=76%
G=4%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11463000.950.740.55346.679023.53
Hex7261E05F4A3715b5a18
Octal16263601371126753313230
Binary111001011011110010111111001010110111101011011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72061E; }

 p { color: rgb(114,6,30); }

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

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

 a { background-color: rgb(114,6,30); }

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

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

 span { border-color: rgb(114,6,30); }

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