#720419

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

Shades of Burgundy #720419

Tints of Burgundy #720419

Color information

#720419 (or 0x720419) is unknown color: approx Burgundy. HEX triplet: 72, 04 and 19. RGB value is (114,4,25). Sum of RGB (Red+Green+Blue) = 114+4+25=143 (18% of max value = 765). Red value is 114 (44.92% from 255 or 79.72% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 114 - color contains mainly: red. Hex color #720419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720419 is #8DFBE6. Grayscale: #272727. Windows color (decimal): -9305063 or 1639538. OLE color: 1639538.

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

Color convert

RGB114425-
CMYK00.960.780.55
HSL348.55º93.22%23.14%-
HSV(B)348.55º96.49%44.71%-
XYZ7.163.731.26-
YUV39.28119.94181.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 79.72%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 25 (10.16% from 255) = 17.48%
R=79.72%
G=2.80%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11442500.960.780.55348.5593.2223.14
Hex724190604E3715d5d17
Octal16243101401166753513527
Binary111001010011001011000001001110110111101011101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720419; }

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

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

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

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

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

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

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

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