#72010B

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

Shades of Burgundy #72010B

Tints of Burgundy #72010B

Color information

#72010B (or 0x72010B) is unknown color: approx Burgundy. HEX triplet: 72, 01 and 0B. RGB value is (114,1,11). Sum of RGB (Red+Green+Blue) = 114+1+11=126 (16% of max value = 765). Red value is 114 (44.92% from 255 or 90.48% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 114 - color contains mainly: red. Hex color #72010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72010B is #8DFEF4. Grayscale: #242424. Windows color (decimal): -9305845 or 721266. OLE color: 721266.

HSL color Cylindrical-coordinate representation of color #72010B: hue angle of 354.69º 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 #72010B is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB114111-
CMYK00.990.900.55
HSL354.69º98.26%22.55%-
HSV(B)354.69º99.12%44.71%-
XYZ7.013.620.65-
YUV35.93113.94183.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 90.48%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 11 (4.69% from 255) = 8.73%
R=90.48%
G=0.79%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411100.990.900.55354.6998.2622.55
Hex721B0635A371636217
Octal16211301431326754314227
Binary111001011011011000111011010110111101100011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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