#720119

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

Shades of Burgundy #720119

Tints of Burgundy #720119

Color information

#720119 (or 0x720119) is unknown color: approx Burgundy. HEX triplet: 72, 01 and 19. RGB value is (114,1,25). Sum of RGB (Red+Green+Blue) = 114+1+25=140 (18% of max value = 765). Red value is 114 (44.92% from 255 or 81.43% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 114 - color contains mainly: red. Hex color #720119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720119 is #8DFEE6. Grayscale: #252525. Windows color (decimal): -9305831 or 1638770. OLE color: 1638770.

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

Color convert

RGB114125-
CMYK00.990.780.55
HSL347.26º98.26%22.55%-
HSV(B)347.26º99.12%44.71%-
XYZ7.133.671.25-
YUV37.52120.94182.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 81.43%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 25 (10.16% from 255) = 17.86%
R=81.43%
G=0.71%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11412500.990.780.55347.2698.2622.55
Hex721190634E3715b6217
Octal16213101431166753314227
Binary1110010111001011000111001110110111101011011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720119; }

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

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

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

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

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

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

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

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