Shades of Burgundy #76020F
Tints of Burgundy #76020F
RGB
CMYK
RGB Variations
Color information
#76020F (or 0x76020F) is known color: Burgundy. HEX triplet: 76, 02 and 0F. RGB value is (118,2,15). Sum of RGB (Red+Green+Blue) = 118+2+15=135 (17% of max value = 765). Red value is 118 (46.48% from 255 or 87.41% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 118 - color contains mainly: red. Hex color #76020F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76020F is #89FDF0. Grayscale: #262626. Windows color (decimal): -9043441 or 983670. OLE color: 983670.
HSL color Cylindrical-coordinate representation of color #76020F: hue angle of 353.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #76020F is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 2 | 15 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.54 |
| HSL | 353.28º | 0.97% | 0.24% | - |
| HSV(B) | 353.28º | 0.98% | 0.46% | - |
| XYZ | 7.58 | 3.93 | 0.81 | - |
| YUV | 38.17 | 114.93 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 15 | 0 | 0.98 | 0.87 | 0.54 | 353.28 | 0.97 | 0.24 |
| Hex | 76 | 2 | F | 0 | 62 | 57 | 36 | 161 | 61 | 18 |
| Octal | 166 | 2 | 17 | 0 | 142 | 127 | 66 | 541 | 141 | 30 |
| Binary | 1110110 | 10 | 1111 | 0 | 1100010 | 1010111 | 110110 | 101100001 | 1100001 | 11000 |
Color Harmonies of #76020F
Complementary color
Monochromatic Colors of #76020F
Black with #76020F
Text Example
Text Example
White with #76020F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76020F; }
p { color: rgb(118,2,15); }
H1.HeaderClassName
{
color: #76020F;
}
.AnyTagClassName
{
color: #76020F;
}
</style>
background-color css
<style>
a { background-color: #76020F; }
a { background-color: rgb(118,2,15); }
div.DivClassName
{
background-color: #76020F;
}
.BgClassName
{
background-color: #76020F;
}
</style>
border-color css
<style>
span { border-color: #76020F; }
span { border-color: rgb(118,2,15); }
td.TdClassName
{
border-color: #76020F;
}
.TagClassName
{
border-color: #76020F;
}
</style>