Shades of Burgundy #76062C
Tints of Burgundy #76062C
RGB
CMYK
RGB Variations
Color information
#76062C (or 0x76062C) is known color: Burgundy. HEX triplet: 76, 06 and 2C. RGB value is (118,6,44). Sum of RGB (Red+Green+Blue) = 118+6+44=168 (22% of max value = 765). Red value is 118 (46.48% from 255 or 70.24% from 168); Green value is 6 (2.73% from 255 or 3.57% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 118 - color contains mainly: red. Hex color #76062C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76062C is #89F9D3. Grayscale: #2B2B2B. Windows color (decimal): -9042388 or 2885238. OLE color: 2885238.
HSL color Cylindrical-coordinate representation of color #76062C: hue angle of 339.64º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #76062C is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 6 | 44 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.54 |
| HSL | 339.64º | 0.9% | 0.24% | - |
| HSV(B) | 339.64º | 0.95% | 0.46% | - |
| XYZ | 7.99 | 4.16 | 2.77 | - |
| YUV | 43.82 | 128.11 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 6 | 44 | 0 | 0.95 | 0.63 | 0.54 | 339.64 | 0.9 | 0.24 |
| Hex | 76 | 6 | 2C | 0 | 5F | 3F | 36 | 154 | 5A | 18 |
| Octal | 166 | 6 | 54 | 0 | 137 | 77 | 66 | 524 | 132 | 30 |
| Binary | 1110110 | 110 | 101100 | 0 | 1011111 | 111111 | 110110 | 101010100 | 1011010 | 11000 |
Color Harmonies of #76062C
Complementary color
Monochromatic Colors of #76062C
Black with #76062C
Text Example
Text Example
White with #76062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76062C; }
p { color: rgb(118,6,44); }
H1.HeaderClassName
{
color: #76062C;
}
.AnyTagClassName
{
color: #76062C;
}
</style>
background-color css
<style>
a { background-color: #76062C; }
a { background-color: rgb(118,6,44); }
div.DivClassName
{
background-color: #76062C;
}
.BgClassName
{
background-color: #76062C;
}
</style>
border-color css
<style>
span { border-color: #76062C; }
span { border-color: rgb(118,6,44); }
td.TdClassName
{
border-color: #76062C;
}
.TagClassName
{
border-color: #76062C;
}
</style>