#720B13

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

Shades of Burgundy #720B13

Tints of Burgundy #720B13

Color information

#720B13 (or 0x720B13) is unknown color: approx Burgundy. HEX triplet: 72, 0B and 13. RGB value is (114,11,19). Sum of RGB (Red+Green+Blue) = 114+11+19=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #720B13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720B13 is #8DF4EC. Grayscale: #2A2A2A. Windows color (decimal): -9303277 or 1248114. OLE color: 1248114.

HSL color Cylindrical-coordinate representation of color #720B13: hue angle of 355.34º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B13 is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1141119-
CMYK00.900.830.55
HSL355.34º82.4%24.51%-
HSV(B)355.34º90.35%44.71%-
XYZ7.183.860.98-
YUV42.71114.62178.85-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 79.17%
GREEN value IS 11 (4.69% from 255) = 7.64%
BLUE value IS 19 (7.81% from 255) = 13.19%
R=79.17%
G=7.64%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114111900.900.830.55355.3482.424.51
Hex72B1305A53371635219
Octal162132301321236754312231
Binary1110010101110011010110101010011110111101100011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720B13; }

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

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

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

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

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

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

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

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