Shades of Burgundy #770D15
Tints of Burgundy #770D15
RGB
CMYK
RGB Variations
Color information
#770D15 (or 0x770D15) is known color: Burgundy. HEX triplet: 77, 0D and 15. RGB value is (119,13,21). Sum of RGB (Red+Green+Blue) = 119+13+21=153 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.78% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 21 (8.59% from 255 or 13.73% from 153); Max value from RGB is 119 - color contains mainly: red. Hex color #770D15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770D15 is #88F2EA. Grayscale: #2D2D2D. Windows color (decimal): -8975083 or 1379703. OLE color: 1379703.
HSL color Cylindrical-coordinate representation of color #770D15: hue angle of 355.47º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #770D15 is Cyan = 0, Magento = 0.89, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 13 | 21 | - |
| CMYK | 0 | 0.89 | 0.82 | 0.53 |
| HSL | 355.47º | 0.8% | 0.26% | - |
| HSV(B) | 355.47º | 0.89% | 0.47% | - |
| XYZ | 7.89 | 4.26 | 1.12 | - |
| YUV | 45.61 | 114.12 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 21 | 0 | 0.89 | 0.82 | 0.53 | 355.47 | 0.8 | 0.26 |
| Hex | 77 | D | 15 | 0 | 59 | 52 | 35 | 163 | 50 | 1A |
| Octal | 167 | 15 | 25 | 0 | 131 | 122 | 65 | 543 | 120 | 32 |
| Binary | 1110111 | 1101 | 10101 | 0 | 1011001 | 1010010 | 110101 | 101100011 | 1010000 | 11010 |
Color Harmonies of #770D15
Complementary color
Monochromatic Colors of #770D15
Black with #770D15
Text Example
Text Example
White with #770D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770D15; }
p { color: rgb(119,13,21); }
H1.HeaderClassName
{
color: #770D15;
}
.AnyTagClassName
{
color: #770D15;
}
</style>
background-color css
<style>
a { background-color: #770D15; }
a { background-color: rgb(119,13,21); }
div.DivClassName
{
background-color: #770D15;
}
.BgClassName
{
background-color: #770D15;
}
</style>
border-color css
<style>
span { border-color: #770D15; }
span { border-color: rgb(119,13,21); }
td.TdClassName
{
border-color: #770D15;
}
.TagClassName
{
border-color: #770D15;
}
</style>