#720512

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

Shades of Burgundy #720512

Tints of Burgundy #720512

Color information

#720512 (or 0x720512) is unknown color: approx Burgundy. HEX triplet: 72, 05 and 12. RGB value is (114,5,18). Sum of RGB (Red+Green+Blue) = 114+5+18=137 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.21% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 114 - color contains mainly: red. Hex color #720512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720512 is #8DFAED. Grayscale: #272727. Windows color (decimal): -9304814 or 1181042. OLE color: 1181042.

HSL color Cylindrical-coordinate representation of color #720512: hue angle of 352.84º degrees, saturation: 0.92, 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 #720512 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB114518-
CMYK00.960.840.55
HSL352.84º91.6%23.33%-
HSV(B)352.84º95.61%44.71%-
XYZ7.13.730.92-
YUV39.07116.11181.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 83.21%
GREEN value IS 5 (2.34% from 255) = 3.65%
BLUE value IS 18 (7.42% from 255) = 13.14%
R=83.21%
G=3.65%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11451800.960.840.55352.8491.623.33
Hex7251206054371615c17
Octal16252201401246754113427
Binary111001010110010011000001010100110111101100001101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720512; }

 p { color: rgb(114,5,18); }

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

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

 a { background-color: rgb(114,5,18); }

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

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

 span { border-color: rgb(114,5,18); }

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