Shades of Burgundy #770B24
Tints of Burgundy #770B24
RGB
CMYK
RGB Variations
Color information
#770B24 (or 0x770B24) is known color: Burgundy. HEX triplet: 77, 0B and 24. RGB value is (119,11,36). Sum of RGB (Red+Green+Blue) = 119+11+36=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 36 (14.45% from 255 or 21.69% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #770B24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770B24 is #88F4DB. Grayscale: #2E2E2E. Windows color (decimal): -8975580 or 2362231. OLE color: 2362231.
HSL color Cylindrical-coordinate representation of color #770B24: hue angle of 346.11º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B24 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 11 | 36 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.53 |
| HSL | 346.11º | 0.83% | 0.25% | - |
| HSV(B) | 346.11º | 0.91% | 0.47% | - |
| XYZ | 8.05 | 4.29 | 2.07 | - |
| YUV | 46.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 36 | 0 | 0.91 | 0.70 | 0.53 | 346.11 | 0.83 | 0.25 |
| Hex | 77 | B | 24 | 0 | 5B | 46 | 35 | 15A | 53 | 19 |
| Octal | 167 | 13 | 44 | 0 | 133 | 106 | 65 | 532 | 123 | 31 |
| Binary | 1110111 | 1011 | 100100 | 0 | 1011011 | 1000110 | 110101 | 101011010 | 1010011 | 11001 |
Color Harmonies of #770B24
Complementary color
Monochromatic Colors of #770B24
Black with #770B24
Text Example
Text Example
White with #770B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770B24; }
p { color: rgb(119,11,36); }
H1.HeaderClassName
{
color: #770B24;
}
.AnyTagClassName
{
color: #770B24;
}
</style>
background-color css
<style>
a { background-color: #770B24; }
a { background-color: rgb(119,11,36); }
div.DivClassName
{
background-color: #770B24;
}
.BgClassName
{
background-color: #770B24;
}
</style>
border-color css
<style>
span { border-color: #770B24; }
span { border-color: rgb(119,11,36); }
td.TdClassName
{
border-color: #770B24;
}
.TagClassName
{
border-color: #770B24;
}
</style>