#720112

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

Shades of Burgundy #720112

Tints of Burgundy #720112

Color information

#720112 (or 0x720112) is unknown color: approx Burgundy. HEX triplet: 72, 01 and 12. RGB value is (114,1,18). Sum of RGB (Red+Green+Blue) = 114+1+18=133 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.71% from 133); Green value is 1 (0.78% from 255 or 0.75% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 114 - color contains mainly: red. Hex color #720112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720112 is #8DFEED. Grayscale: #242424. Windows color (decimal): -9305838 or 1180018. OLE color: 1180018.

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

Color convert

RGB114118-
CMYK00.990.840.55
HSL350.97º98.26%22.55%-
HSV(B)350.97º99.12%44.71%-
XYZ7.063.640.9-
YUV36.72117.44183.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 85.71%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 18 (7.42% from 255) = 13.53%
R=85.71%
G=0.75%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411800.990.840.55350.9798.2622.55
Hex72112063543715f6217
Octal16212201431246753714227
Binary1110010110010011000111010100110111101011111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720112; }

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

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

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

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

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

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

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

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