#720213

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

Shades of Burgundy #720213

Tints of Burgundy #720213

Color information

#720213 (or 0x720213) is unknown color: approx Burgundy. HEX triplet: 72, 02 and 13. RGB value is (114,2,19). Sum of RGB (Red+Green+Blue) = 114+2+19=135 (17% of max value = 765). Red value is 114 (44.92% from 255 or 84.44% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 114 - color contains mainly: red. Hex color #720213 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720213 is #8DFDEC. Grayscale: #252525. Windows color (decimal): -9305581 or 1245810. OLE color: 1245810.

HSL color Cylindrical-coordinate representation of color #720213: hue angle of 350.89º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #720213 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB114219-
CMYK00.980.830.55
HSL350.89º96.55%22.75%-
HSV(B)350.89º98.25%44.71%-
XYZ7.083.670.95-
YUV37.43117.61182.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 84.44%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 19 (7.81% from 255) = 14.07%
R=84.44%
G=1.48%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11421900.980.830.55350.8996.5522.75
Hex72213062533715f6117
Octal16222301421236753714127
Binary11100101010011011000101010011110111101011111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720213; }

 p { color: rgb(114,2,19); }

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

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

 a { background-color: rgb(114,2,19); }

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

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

 span { border-color: rgb(114,2,19); }

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