Shades of Burgundy #770015
Tints of Burgundy #770015
RGB
CMYK
RGB Variations
Color information
#770015 (or 0x770015) is known color: Burgundy. HEX triplet: 77, 00 and 15. RGB value is (119,0,21). Sum of RGB (Red+Green+Blue) = 119+0+21=140 (18% of max value = 765). Red value is 119 (46.88% from 255 or 85% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 119 - color contains mainly: red. Hex color #770015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770015 is #88FFEA. Grayscale: #262626. Windows color (decimal): -8978411 or 1376375. OLE color: 1376375.
HSL color Cylindrical-coordinate representation of color #770015: hue angle of 349.41º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770015 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.82 | 0.53 |
| HSL | 349.41º | 1% | 0.23% | - |
| HSV(B) | 349.41º | 1% | 0.47% | - |
| XYZ | 7.74 | 3.98 | 1.07 | - |
| YUV | 37.98 | 118.42 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 21 | 0 | 1 | 0.82 | 0.53 | 349.41 | 1 | 0.23 |
| Hex | 77 | 0 | 15 | 0 | 64 | 52 | 35 | 15D | 64 | 17 |
| Octal | 167 | 0 | 25 | 0 | 144 | 122 | 65 | 535 | 144 | 27 |
| Binary | 1110111 | 0 | 10101 | 0 | 1100100 | 1010010 | 110101 | 101011101 | 1100100 | 10111 |
Color Harmonies of #770015
Complementary color
Monochromatic Colors of #770015
Black with #770015
Text Example
Text Example
White with #770015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770015; }
p { color: rgb(119,0,21); }
H1.HeaderClassName
{
color: #770015;
}
.AnyTagClassName
{
color: #770015;
}
</style>
background-color css
<style>
a { background-color: #770015; }
a { background-color: rgb(119,0,21); }
div.DivClassName
{
background-color: #770015;
}
.BgClassName
{
background-color: #770015;
}
</style>
border-color css
<style>
span { border-color: #770015; }
span { border-color: rgb(119,0,21); }
td.TdClassName
{
border-color: #770015;
}
.TagClassName
{
border-color: #770015;
}
</style>