#720913

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

Shades of Burgundy #720913

Tints of Burgundy #720913

Color information

#720913 (or 0x720913) is unknown color: approx Burgundy. HEX triplet: 72, 09 and 13. RGB value is (114,9,19). Sum of RGB (Red+Green+Blue) = 114+9+19=142 (18% of max value = 765). Red value is 114 (44.92% from 255 or 80.28% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 19 (7.81% from 255 or 13.38% from 142); Max value from RGB is 114 - color contains mainly: red. Hex color #720913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720913 is #8DF6EC. Grayscale: #292929. Windows color (decimal): -9303789 or 1247602. OLE color: 1247602.

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

Color convert

RGB114919-
CMYK00.920.830.55
HSL354.29º85.37%24.12%-
HSV(B)354.29º92.11%44.71%-
XYZ7.153.820.98-
YUV41.54115.29179.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 80.28%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 19 (7.81% from 255) = 13.38%
R=80.28%
G=6.34%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11491900.920.830.55354.2985.3724.12
Hex7291305C53371625518
Octal162112301341236754212530
Binary1110010100110011010111001010011110111101100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720913; }

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

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

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

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

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

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

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

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