#72011E

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

Shades of Burgundy #72011E

Tints of Burgundy #72011E

Color information

#72011E (or 0x72011E) is unknown color: approx Burgundy. HEX triplet: 72, 01 and 1E. RGB value is (114,1,30). Sum of RGB (Red+Green+Blue) = 114+1+30=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #72011E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72011E is #8DFEE1. Grayscale: #262626. Windows color (decimal): -9305826 or 1966450. OLE color: 1966450.

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

Color convert

RGB114130-
CMYK00.990.740.55
HSL344.6º98.26%22.55%-
HSV(B)344.6º99.12%44.71%-
XYZ7.183.691.56-
YUV38.09123.44182.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 78.62%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=78.62%
G=0.69%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11413000.990.740.55344.698.2622.55
Hex7211E0634A371596217
Octal16213601431126753114227
Binary1110010111110011000111001010110111101011001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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