#72020F

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

Shades of Burgundy #72020F

Tints of Burgundy #72020F

Color information

#72020F (or 0x72020F) is unknown color: approx Burgundy. HEX triplet: 72, 02 and 0F. RGB value is (114,2,15). Sum of RGB (Red+Green+Blue) = 114+2+15=131 (17% of max value = 765). Red value is 114 (44.92% from 255 or 87.02% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 114 - color contains mainly: red. Hex color #72020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72020F is #8DFDF0. Grayscale: #252525. Windows color (decimal): -9305585 or 983666. OLE color: 983666.

HSL color Cylindrical-coordinate representation of color #72020F: hue angle of 353.04º 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 #72020F is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB114215-
CMYK00.980.870.55
HSL353.04º96.55%22.75%-
HSV(B)353.04º98.25%44.71%-
XYZ7.053.660.79-
YUV36.97115.61182.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 87.02%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 15 (6.25% from 255) = 11.45%
R=87.02%
G=1.53%
B=11.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11421500.980.870.55353.0496.5522.75
Hex722F06257371616117
Octal16221701421276754114127
Binary1110010101111011000101010111110111101100001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72020F; }

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

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

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

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

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

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

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

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