#720412

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

Shades of Burgundy #720412

Tints of Burgundy #720412

Color information

#720412 (or 0x720412) is unknown color: approx Burgundy. HEX triplet: 72, 04 and 12. RGB value is (114,4,18). Sum of RGB (Red+Green+Blue) = 114+4+18=136 (18% of max value = 765). Red value is 114 (44.92% from 255 or 83.82% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 114 - color contains mainly: red. Hex color #720412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720412 is #8DFBED. Grayscale: #262626. Windows color (decimal): -9305070 or 1180786. OLE color: 1180786.

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

Color convert

RGB114418-
CMYK00.960.840.55
HSL352.36º93.22%23.14%-
HSV(B)352.36º96.49%44.71%-
XYZ7.093.710.91-
YUV38.49116.44181.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 83.82%
GREEN value IS 4 (1.95% from 255) = 2.94%
BLUE value IS 18 (7.42% from 255) = 13.24%
R=83.82%
G=2.94%
B=13.24%

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
Decimal11441800.960.840.55352.3693.2223.14
Hex7241206054371605d17
Octal16242201401246754013527
Binary111001010010010011000001010100110111101100000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720412; }

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

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

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

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

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

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

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

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