#72080B

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

Shades of Burgundy #72080B

Tints of Burgundy #72080B

Color information

#72080B (or 0x72080B) is unknown color: approx Burgundy. HEX triplet: 72, 08 and 0B. RGB value is (114,8,11). Sum of RGB (Red+Green+Blue) = 114+8+11=133 (17% of max value = 765). Red value is 114 (44.92% from 255 or 85.71% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 114 - color contains mainly: red. Hex color #72080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #72080B is #8DF7F4. Grayscale: #282828. Windows color (decimal): -9304053 or 723058. OLE color: 723058.

HSL color Cylindrical-coordinate representation of color #72080B: hue angle of 358.3º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72080B is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB114811-
CMYK00.930.900.55
HSL358.3º86.89%23.92%-
HSV(B)358.3º92.98%44.71%-
XYZ7.093.780.67-
YUV40.04111.62180.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 85.71%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 11 (4.69% from 255) = 8.27%
R=85.71%
G=6.02%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11481100.930.900.55358.386.8923.92
Hex728B05D5A371665718
Octal162101301351326754612730
Binary111001010001011010111011011010110111101100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72080B; }

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

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

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

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

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

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

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

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