Shades of Burgundy #770112
Tints of Burgundy #770112
RGB
CMYK
RGB Variations
Color information
#770112 (or 0x770112) is known color: Burgundy. HEX triplet: 77, 01 and 12. RGB value is (119,1,18). Sum of RGB (Red+Green+Blue) = 119+1+18=138 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.23% from 138); Green value is 1 (0.78% from 255 or 0.72% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 119 - color contains mainly: red. Hex color #770112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770112 is #88FEED. Grayscale: #262626. Windows color (decimal): -8978158 or 1180023. OLE color: 1180023.
HSL color Cylindrical-coordinate representation of color #770112: hue angle of 351.36º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770112 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 1 | 18 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.53 |
| HSL | 351.36º | 0.98% | 0.24% | - |
| HSV(B) | 351.36º | 0.99% | 0.47% | - |
| XYZ | 7.73 | 3.99 | 0.93 | - |
| YUV | 38.22 | 116.59 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 18 | 0 | 0.99 | 0.85 | 0.53 | 351.36 | 0.98 | 0.24 |
| Hex | 77 | 1 | 12 | 0 | 63 | 55 | 35 | 15F | 62 | 18 |
| Octal | 167 | 1 | 22 | 0 | 143 | 125 | 65 | 537 | 142 | 30 |
| Binary | 1110111 | 1 | 10010 | 0 | 1100011 | 1010101 | 110101 | 101011111 | 1100010 | 11000 |
Color Harmonies of #770112
Complementary color
Monochromatic Colors of #770112
Black with #770112
Text Example
Text Example
White with #770112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770112; }
p { color: rgb(119,1,18); }
H1.HeaderClassName
{
color: #770112;
}
.AnyTagClassName
{
color: #770112;
}
</style>
background-color css
<style>
a { background-color: #770112; }
a { background-color: rgb(119,1,18); }
div.DivClassName
{
background-color: #770112;
}
.BgClassName
{
background-color: #770112;
}
</style>
border-color css
<style>
span { border-color: #770112; }
span { border-color: rgb(119,1,18); }
td.TdClassName
{
border-color: #770112;
}
.TagClassName
{
border-color: #770112;
}
</style>