Shades of Burgundy #770C24
Tints of Burgundy #770C24
RGB
CMYK
RGB Variations
Color information
#770C24 (or 0x770C24) is known color: Burgundy. HEX triplet: 77, 0C and 24. RGB value is (119,12,36). Sum of RGB (Red+Green+Blue) = 119+12+36=167 (22% of max value = 765). Red value is 119 (46.88% from 255 or 71.26% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 36 (14.45% from 255 or 21.56% from 167); Max value from RGB is 119 - color contains mainly: red. Hex color #770C24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C24 is #88F3DB. Grayscale: #2E2E2E. Windows color (decimal): -8975324 or 2362487. OLE color: 2362487.
HSL color Cylindrical-coordinate representation of color #770C24: hue angle of 346.54º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #770C24 is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 36 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.53 |
| HSL | 346.54º | 0.82% | 0.26% | - |
| HSV(B) | 346.54º | 0.9% | 0.47% | - |
| XYZ | 8.06 | 4.31 | 2.08 | - |
| YUV | 46.73 | 121.95 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 36 | 0 | 0.90 | 0.70 | 0.53 | 346.54 | 0.82 | 0.26 |
| Hex | 77 | C | 24 | 0 | 5A | 46 | 35 | 15B | 52 | 1A |
| Octal | 167 | 14 | 44 | 0 | 132 | 106 | 65 | 533 | 122 | 32 |
| Binary | 1110111 | 1100 | 100100 | 0 | 1011010 | 1000110 | 110101 | 101011011 | 1010010 | 11010 |
Color Harmonies of #770C24
Complementary color
Monochromatic Colors of #770C24
Black with #770C24
Text Example
Text Example
White with #770C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C24; }
p { color: rgb(119,12,36); }
H1.HeaderClassName
{
color: #770C24;
}
.AnyTagClassName
{
color: #770C24;
}
</style>
background-color css
<style>
a { background-color: #770C24; }
a { background-color: rgb(119,12,36); }
div.DivClassName
{
background-color: #770C24;
}
.BgClassName
{
background-color: #770C24;
}
</style>
border-color css
<style>
span { border-color: #770C24; }
span { border-color: rgb(119,12,36); }
td.TdClassName
{
border-color: #770C24;
}
.TagClassName
{
border-color: #770C24;
}
</style>