Shades of Burgundy #72062D
Tints of Burgundy #72062D
RGB
CMYK
RGB Variations
Color information
#72062D (or 0x72062D) is known color: Burgundy. HEX triplet: 72, 06 and 2D. RGB value is (114,6,45). Sum of RGB (Red+Green+Blue) = 114+6+45=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #72062D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72062D is #8DF9D2. Grayscale: #2A2A2A. Windows color (decimal): -9304531 or 2950770. OLE color: 2950770.
HSL color Cylindrical-coordinate representation of color #72062D: hue angle of 338.33º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72062D is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 6 | 45 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.55 |
| HSL | 338.33º | 0.9% | 0.24% | - |
| HSV(B) | 338.33º | 0.95% | 0.45% | - |
| XYZ | 7.48 | 3.9 | 2.84 | - |
| YUV | 42.74 | 129.28 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 6 | 45 | 0 | 0.95 | 0.61 | 0.55 | 338.33 | 0.9 | 0.24 |
| Hex | 72 | 6 | 2D | 0 | 5F | 3D | 37 | 152 | 5A | 18 |
| Octal | 162 | 6 | 55 | 0 | 137 | 75 | 67 | 522 | 132 | 30 |
| Binary | 1110010 | 110 | 101101 | 0 | 1011111 | 111101 | 110111 | 101010010 | 1011010 | 11000 |
Color Harmonies of #72062D
Complementary color
Monochromatic Colors of #72062D
Black with #72062D
Text Example
Text Example
White with #72062D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72062D; }
p { color: rgb(114,6,45); }
H1.HeaderClassName
{
color: #72062D;
}
.AnyTagClassName
{
color: #72062D;
}
</style>
background-color css
<style>
a { background-color: #72062D; }
a { background-color: rgb(114,6,45); }
div.DivClassName
{
background-color: #72062D;
}
.BgClassName
{
background-color: #72062D;
}
</style>
border-color css
<style>
span { border-color: #72062D; }
span { border-color: rgb(114,6,45); }
td.TdClassName
{
border-color: #72062D;
}
.TagClassName
{
border-color: #72062D;
}
</style>