Shades of Burgundy #770C15
Tints of Burgundy #770C15
RGB
CMYK
RGB Variations
Color information
#770C15 (or 0x770C15) is known color: Burgundy. HEX triplet: 77, 0C and 15. RGB value is (119,12,21). Sum of RGB (Red+Green+Blue) = 119+12+21=152 (20% of max value = 765). Red value is 119 (46.88% from 255 or 78.29% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 21 (8.59% from 255 or 13.82% from 152); Max value from RGB is 119 - color contains mainly: red. Hex color #770C15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770C15 is #88F3EA. Grayscale: #2D2D2D. Windows color (decimal): -8975339 or 1379447. OLE color: 1379447.
HSL color Cylindrical-coordinate representation of color #770C15: hue angle of 354.95º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C15 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 21 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.53 |
| HSL | 354.95º | 0.82% | 0.26% | - |
| HSV(B) | 354.95º | 0.9% | 0.47% | - |
| XYZ | 7.87 | 4.24 | 1.11 | - |
| YUV | 45.02 | 114.45 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 21 | 0 | 0.90 | 0.82 | 0.53 | 354.95 | 0.82 | 0.26 |
| Hex | 77 | C | 15 | 0 | 5A | 52 | 35 | 163 | 52 | 1A |
| Octal | 167 | 14 | 25 | 0 | 132 | 122 | 65 | 543 | 122 | 32 |
| Binary | 1110111 | 1100 | 10101 | 0 | 1011010 | 1010010 | 110101 | 101100011 | 1010010 | 11010 |
Color Harmonies of #770C15
Complementary color
Monochromatic Colors of #770C15
Black with #770C15
Text Example
Text Example
White with #770C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C15; }
p { color: rgb(119,12,21); }
H1.HeaderClassName
{
color: #770C15;
}
.AnyTagClassName
{
color: #770C15;
}
</style>
background-color css
<style>
a { background-color: #770C15; }
a { background-color: rgb(119,12,21); }
div.DivClassName
{
background-color: #770C15;
}
.BgClassName
{
background-color: #770C15;
}
</style>
border-color css
<style>
span { border-color: #770C15; }
span { border-color: rgb(119,12,21); }
td.TdClassName
{
border-color: #770C15;
}
.TagClassName
{
border-color: #770C15;
}
</style>