Shades of Burgundy #770C2A
Tints of Burgundy #770C2A
RGB
CMYK
RGB Variations
Color information
#770C2A (or 0x770C2A) is known color: Burgundy. HEX triplet: 77, 0C and 2A. RGB value is (119,12,42). Sum of RGB (Red+Green+Blue) = 119+12+42=173 (22% of max value = 765). Red value is 119 (46.88% from 255 or 68.79% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 119 - color contains mainly: red. Hex color #770C2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C2A is #88F3D5. Grayscale: #2F2F2F. Windows color (decimal): -8975318 or 2755703. OLE color: 2755703.
HSL color Cylindrical-coordinate representation of color #770C2A: hue angle of 343.18º 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 #770C2A is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 42 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.53 |
| HSL | 343.18º | 0.82% | 0.26% | - |
| HSV(B) | 343.18º | 0.9% | 0.47% | - |
| XYZ | 8.16 | 4.35 | 2.6 | - |
| YUV | 47.41 | 124.95 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 42 | 0 | 0.90 | 0.65 | 0.53 | 343.18 | 0.82 | 0.26 |
| Hex | 77 | C | 2A | 0 | 5A | 41 | 35 | 157 | 52 | 1A |
| Octal | 167 | 14 | 52 | 0 | 132 | 101 | 65 | 527 | 122 | 32 |
| Binary | 1110111 | 1100 | 101010 | 0 | 1011010 | 1000001 | 110101 | 101010111 | 1010010 | 11010 |
Color Harmonies of #770C2A
Complementary color
Monochromatic Colors of #770C2A
Black with #770C2A
Text Example
Text Example
White with #770C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C2A; }
p { color: rgb(119,12,42); }
H1.HeaderClassName
{
color: #770C2A;
}
.AnyTagClassName
{
color: #770C2A;
}
</style>
background-color css
<style>
a { background-color: #770C2A; }
a { background-color: rgb(119,12,42); }
div.DivClassName
{
background-color: #770C2A;
}
.BgClassName
{
background-color: #770C2A;
}
</style>
border-color css
<style>
span { border-color: #770C2A; }
span { border-color: rgb(119,12,42); }
td.TdClassName
{
border-color: #770C2A;
}
.TagClassName
{
border-color: #770C2A;
}
</style>