#720219

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

Shades of Burgundy #720219

Tints of Burgundy #720219

Color information

#720219 (or 0x720219) is unknown color: approx Burgundy. HEX triplet: 72, 02 and 19. RGB value is (114,2,25). Sum of RGB (Red+Green+Blue) = 114+2+25=141 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.85% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 114 - color contains mainly: red. Hex color #720219 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720219 is #8DFDE6. Grayscale: #262626. Windows color (decimal): -9305575 or 1639026. OLE color: 1639026.

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

Color convert

RGB114225-
CMYK00.980.780.55
HSL347.68º96.55%22.75%-
HSV(B)347.68º98.25%44.71%-
XYZ7.143.691.26-
YUV38.11120.61182.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 80.85%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 25 (10.16% from 255) = 17.73%
R=80.85%
G=1.42%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11422500.980.780.55347.6896.5522.75
Hex722190624E3715c6117
Octal16223101421166753414127
Binary11100101011001011000101001110110111101011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720219; }

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

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

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

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

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

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

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

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