Shades of Burgundy #770F1F
Tints of Burgundy #770F1F
RGB
CMYK
RGB Variations
Color information
#770F1F (or 0x770F1F) is known color: Burgundy. HEX triplet: 77, 0F and 1F. RGB value is (119,15,31). Sum of RGB (Red+Green+Blue) = 119+15+31=165 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.12% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 119 - color contains mainly: red. Hex color #770F1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770F1F is #88F0E0. Grayscale: #2F2F2F. Windows color (decimal): -8974561 or 2035575. OLE color: 2035575.
HSL color Cylindrical-coordinate representation of color #770F1F: hue angle of 350.77º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #770F1F is Cyan = 0, Magento = 0.87, Yellow = 0.74 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 15 | 31 | - |
| CMYK | 0 | 0.87 | 0.74 | 0.53 |
| HSL | 350.77º | 0.78% | 0.26% | - |
| HSV(B) | 350.77º | 0.87% | 0.47% | - |
| XYZ | 8.03 | 4.36 | 1.72 | - |
| YUV | 47.92 | 118.46 | 178.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 15 | 31 | 0 | 0.87 | 0.74 | 0.53 | 350.77 | 0.78 | 0.26 |
| Hex | 77 | F | 1F | 0 | 57 | 4A | 35 | 15F | 4E | 1A |
| Octal | 167 | 17 | 37 | 0 | 127 | 112 | 65 | 537 | 116 | 32 |
| Binary | 1110111 | 1111 | 11111 | 0 | 1010111 | 1001010 | 110101 | 101011111 | 1001110 | 11010 |
Color Harmonies of #770F1F
Complementary color
Monochromatic Colors of #770F1F
Black with #770F1F
Text Example
Text Example
White with #770F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770F1F; }
p { color: rgb(119,15,31); }
H1.HeaderClassName
{
color: #770F1F;
}
.AnyTagClassName
{
color: #770F1F;
}
</style>
background-color css
<style>
a { background-color: #770F1F; }
a { background-color: rgb(119,15,31); }
div.DivClassName
{
background-color: #770F1F;
}
.BgClassName
{
background-color: #770F1F;
}
</style>
border-color css
<style>
span { border-color: #770F1F; }
span { border-color: rgb(119,15,31); }
td.TdClassName
{
border-color: #770F1F;
}
.TagClassName
{
border-color: #770F1F;
}
</style>