Shades of Burgundy #72031C
Tints of Burgundy #72031C
RGB
CMYK
RGB Variations
Color information
#72031C (or 0x72031C) is known color: Burgundy. HEX triplet: 72, 03 and 1C. RGB value is (114,3,28). Sum of RGB (Red+Green+Blue) = 114+3+28=145 (19% of max value = 765). Red value is 114 (44.92% from 255 or 78.62% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 114 - color contains mainly: red. Hex color #72031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72031C is #8DFCE3. Grayscale: #272727. Windows color (decimal): -9305316 or 1835890. OLE color: 1835890.
HSL color Cylindrical-coordinate representation of color #72031C: hue angle of 346.49º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72031C is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 3 | 28 | - |
| CMYK | 0 | 0.97 | 0.75 | 0.55 |
| HSL | 346.49º | 0.95% | 0.23% | - |
| HSV(B) | 346.49º | 0.97% | 0.45% | - |
| XYZ | 7.18 | 3.73 | 1.44 | - |
| YUV | 39.04 | 121.77 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 3 | 28 | 0 | 0.97 | 0.75 | 0.55 | 346.49 | 0.95 | 0.23 |
| Hex | 72 | 3 | 1C | 0 | 61 | 4B | 37 | 15A | 5F | 17 |
| Octal | 162 | 3 | 34 | 0 | 141 | 113 | 67 | 532 | 137 | 27 |
| Binary | 1110010 | 11 | 11100 | 0 | 1100001 | 1001011 | 110111 | 101011010 | 1011111 | 10111 |
Color Harmonies of #72031C
Complementary color
Monochromatic Colors of #72031C
Black with #72031C
Text Example
Text Example
White with #72031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72031C; }
p { color: rgb(114,3,28); }
H1.HeaderClassName
{
color: #72031C;
}
.AnyTagClassName
{
color: #72031C;
}
</style>
background-color css
<style>
a { background-color: #72031C; }
a { background-color: rgb(114,3,28); }
div.DivClassName
{
background-color: #72031C;
}
.BgClassName
{
background-color: #72031C;
}
</style>
border-color css
<style>
span { border-color: #72031C; }
span { border-color: rgb(114,3,28); }
td.TdClassName
{
border-color: #72031C;
}
.TagClassName
{
border-color: #72031C;
}
</style>