#720016

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

Shades of Burgundy #720016

Tints of Burgundy #720016

Color information

#720016 (or 0x720016) is unknown color: approx Burgundy. HEX triplet: 72, 00 and 16. RGB value is (114,0,22). Sum of RGB (Red+Green+Blue) = 114+0+22=136 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.82% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 114 - color contains mainly: red. Hex color #720016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720016 is #8DFFE9. Grayscale: #242424. Windows color (decimal): -9306090 or 1441906. OLE color: 1441906.

HSL color Cylindrical-coordinate representation of color #720016: hue angle of 348.42º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720016 is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB114022-
CMYK010.810.55
HSL348.42º100%22.35%-
HSV(B)348.42º100%44.71%-
XYZ7.083.641.09-
YUV36.59119.77183.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 83.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 16.18%
R=83.82%
G=0%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114022010.810.55348.4210022.35
Hex72016064513715c6416
Octal16202601441216753414426
Binary1110010010110011001001010001110111101011100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720016; }

 p { color: rgb(114,0,22); }

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

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

 a { background-color: rgb(114,0,22); }

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

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

 span { border-color: rgb(114,0,22); }

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