#720A1D

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

Shades of Burgundy #720A1D

Tints of Burgundy #720A1D

Color information

#720A1D (or 0x720A1D) is unknown color: approx Burgundy. HEX triplet: 72, 0A and 1D. RGB value is (114,10,29). Sum of RGB (Red+Green+Blue) = 114+10+29=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 10 (4.30% from 255 or 6.54% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #720A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720A1D is #8DF5E2. Grayscale: #2B2B2B. Windows color (decimal): -9303523 or 1903218. OLE color: 1903218.

HSL color Cylindrical-coordinate representation of color #720A1D: hue angle of 349.04º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A1D is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1141029-
CMYK00.910.750.55
HSL349.04º83.87%24.31%-
HSV(B)349.04º91.23%44.71%-
XYZ7.273.881.53-
YUV43.26119.96178.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 74.51%
GREEN value IS 10 (4.30% from 255) = 6.54%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=74.51%
G=6.54%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114102900.910.750.55349.0483.8724.31
Hex72A1D05B4B3715d5418
Octal162123501331136753512430
Binary1110010101011101010110111001011110111101011101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,10,29); }

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

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

 a { background-color: rgb(114,10,29); }

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

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

 span { border-color: rgb(114,10,29); }

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