Shades of Burgundy #770D2F
Tints of Burgundy #770D2F
RGB
CMYK
RGB Variations
Color information
#770D2F (or 0x770D2F) is known color: Burgundy. HEX triplet: 77, 0D and 2F. RGB value is (119,13,47). Sum of RGB (Red+Green+Blue) = 119+13+47=179 (23% of max value = 765). Red value is 119 (46.88% from 255 or 66.48% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 119 - color contains mainly: red. Hex color #770D2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770D2F is #88F2D0. Grayscale: #303030. Windows color (decimal): -8975057 or 3083639. OLE color: 3083639.
HSL color Cylindrical-coordinate representation of color #770D2F: hue angle of 340.75º 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 #770D2F is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 13 | 47 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.53 |
| HSL | 340.75º | 0.8% | 0.26% | - |
| HSV(B) | 340.75º | 0.89% | 0.47% | - |
| XYZ | 8.26 | 4.42 | 3.11 | - |
| YUV | 48.57 | 127.12 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 13 | 47 | 0 | 0.89 | 0.61 | 0.53 | 340.75 | 0.8 | 0.26 |
| Hex | 77 | D | 2F | 0 | 59 | 3D | 35 | 155 | 50 | 1A |
| Octal | 167 | 15 | 57 | 0 | 131 | 75 | 65 | 525 | 120 | 32 |
| Binary | 1110111 | 1101 | 101111 | 0 | 1011001 | 111101 | 110101 | 101010101 | 1010000 | 11010 |
Color Harmonies of #770D2F
Complementary color
Monochromatic Colors of #770D2F
Black with #770D2F
Text Example
Text Example
White with #770D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770D2F; }
p { color: rgb(119,13,47); }
H1.HeaderClassName
{
color: #770D2F;
}
.AnyTagClassName
{
color: #770D2F;
}
</style>
background-color css
<style>
a { background-color: #770D2F; }
a { background-color: rgb(119,13,47); }
div.DivClassName
{
background-color: #770D2F;
}
.BgClassName
{
background-color: #770D2F;
}
</style>
border-color css
<style>
span { border-color: #770D2F; }
span { border-color: rgb(119,13,47); }
td.TdClassName
{
border-color: #770D2F;
}
.TagClassName
{
border-color: #770D2F;
}
</style>