Shades of Burgundy #76012F
Tints of Burgundy #76012F
RGB
CMYK
RGB Variations
Color information
#76012F (or 0x76012F) is known color: Burgundy. HEX triplet: 76, 01 and 2F. RGB value is (118,1,47). Sum of RGB (Red+Green+Blue) = 118+1+47=166 (21% of max value = 765). Red value is 118 (46.48% from 255 or 71.08% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 118 - color contains mainly: red. Hex color #76012F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76012F is #89FED0. Grayscale: #292929. Windows color (decimal): -9043665 or 3080566. OLE color: 3080566.
HSL color Cylindrical-coordinate representation of color #76012F: hue angle of 336.41º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76012F is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 1 | 47 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.54 |
| HSL | 336.41º | 0.98% | 0.23% | - |
| HSV(B) | 336.41º | 0.99% | 0.46% | - |
| XYZ | 8 | 4.08 | 3.06 | - |
| YUV | 41.23 | 131.26 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 1 | 47 | 0 | 0.99 | 0.60 | 0.54 | 336.41 | 0.98 | 0.23 |
| Hex | 76 | 1 | 2F | 0 | 63 | 3C | 36 | 150 | 62 | 17 |
| Octal | 166 | 1 | 57 | 0 | 143 | 74 | 66 | 520 | 142 | 27 |
| Binary | 1110110 | 1 | 101111 | 0 | 1100011 | 111100 | 110110 | 101010000 | 1100010 | 10111 |
Color Harmonies of #76012F
Complementary color
Monochromatic Colors of #76012F
Black with #76012F
Text Example
Text Example
White with #76012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76012F; }
p { color: rgb(118,1,47); }
H1.HeaderClassName
{
color: #76012F;
}
.AnyTagClassName
{
color: #76012F;
}
</style>
background-color css
<style>
a { background-color: #76012F; }
a { background-color: rgb(118,1,47); }
div.DivClassName
{
background-color: #76012F;
}
.BgClassName
{
background-color: #76012F;
}
</style>
border-color css
<style>
span { border-color: #76012F; }
span { border-color: rgb(118,1,47); }
td.TdClassName
{
border-color: #76012F;
}
.TagClassName
{
border-color: #76012F;
}
</style>