Shades of Burgundy #770C23
Tints of Burgundy #770C23
RGB
CMYK
RGB Variations
Color information
#770C23 (or 0x770C23) is known color: Burgundy. HEX triplet: 77, 0C and 23. RGB value is (119,12,35). Sum of RGB (Red+Green+Blue) = 119+12+35=166 (21% of max value = 765). Red value is 119 (46.88% from 255 or 71.69% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 35 (14.06% from 255 or 21.08% from 166); Max value from RGB is 119 - color contains mainly: red. Hex color #770C23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C23 is #88F3DC. Grayscale: #2E2E2E. Windows color (decimal): -8975325 or 2296951. OLE color: 2296951.
HSL color Cylindrical-coordinate representation of color #770C23: hue angle of 347.1º 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 #770C23 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 35 | - |
| CMYK | 0 | 0.90 | 0.71 | 0.53 |
| HSL | 347.1º | 0.82% | 0.26% | - |
| HSV(B) | 347.1º | 0.9% | 0.47% | - |
| XYZ | 8.04 | 4.31 | 2 | - |
| YUV | 46.62 | 121.45 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 35 | 0 | 0.90 | 0.71 | 0.53 | 347.1 | 0.82 | 0.26 |
| Hex | 77 | C | 23 | 0 | 5A | 47 | 35 | 15B | 52 | 1A |
| Octal | 167 | 14 | 43 | 0 | 132 | 107 | 65 | 533 | 122 | 32 |
| Binary | 1110111 | 1100 | 100011 | 0 | 1011010 | 1000111 | 110101 | 101011011 | 1010010 | 11010 |
Color Harmonies of #770C23
Complementary color
Monochromatic Colors of #770C23
Black with #770C23
Text Example
Text Example
White with #770C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C23; }
p { color: rgb(119,12,35); }
H1.HeaderClassName
{
color: #770C23;
}
.AnyTagClassName
{
color: #770C23;
}
</style>
background-color css
<style>
a { background-color: #770C23; }
a { background-color: rgb(119,12,35); }
div.DivClassName
{
background-color: #770C23;
}
.BgClassName
{
background-color: #770C23;
}
</style>
border-color css
<style>
span { border-color: #770C23; }
span { border-color: rgb(119,12,35); }
td.TdClassName
{
border-color: #770C23;
}
.TagClassName
{
border-color: #770C23;
}
</style>