#72092C

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

Shades of Burgundy #72092C

Tints of Burgundy #72092C

Color information

#72092C (or 0x72092C) is unknown color: approx Burgundy. HEX triplet: 72, 09 and 2C. RGB value is (114,9,44). Sum of RGB (Red+Green+Blue) = 114+9+44=167 (22% of max value = 765). Red value is 114 (44.92% from 255 or 68.26% from 167); Green value is 9 (3.91% from 255 or 5.39% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 114 - color contains mainly: red. Hex color #72092C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72092C is #8DF6D3. Grayscale: #2C2C2C. Windows color (decimal): -9303764 or 2886002. OLE color: 2886002.

HSL color Cylindrical-coordinate representation of color #72092C: hue angle of 340º 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 #72092C is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.55.

Color convert

RGB114944-
CMYK00.920.610.55
HSL340º85.37%24.12%-
HSV(B)340º92.11%44.71%-
XYZ7.493.952.75-
YUV44.38127.79177.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 68.26%
GREEN value IS 9 (3.91% from 255) = 5.39%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=68.26%
G=5.39%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11494400.920.610.5534085.3724.12
Hex7292C05C3D371545518
Octal16211540134756752412530
Binary1110010100110110001011100111101110111101010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72092C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72092C; }

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

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

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

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

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

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

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

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