Shades of Burgundy #770C26
Tints of Burgundy #770C26
RGB
CMYK
RGB Variations
Color information
#770C26 (or 0x770C26) is known color: Burgundy. HEX triplet: 77, 0C and 26. RGB value is (119,12,38). Sum of RGB (Red+Green+Blue) = 119+12+38=169 (22% of max value = 765). Red value is 119 (46.88% from 255 or 70.41% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 119 - color contains mainly: red. Hex color #770C26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770C26 is #88F3D9. Grayscale: #2E2E2E. Windows color (decimal): -8975322 or 2493559. OLE color: 2493559.
HSL color Cylindrical-coordinate representation of color #770C26: hue angle of 345.42º 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 #770C26 is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 12 | 38 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.53 |
| HSL | 345.42º | 0.82% | 0.26% | - |
| HSV(B) | 345.42º | 0.9% | 0.47% | - |
| XYZ | 8.09 | 4.32 | 2.24 | - |
| YUV | 46.96 | 122.95 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 12 | 38 | 0 | 0.90 | 0.68 | 0.53 | 345.42 | 0.82 | 0.26 |
| Hex | 77 | C | 26 | 0 | 5A | 44 | 35 | 159 | 52 | 1A |
| Octal | 167 | 14 | 46 | 0 | 132 | 104 | 65 | 531 | 122 | 32 |
| Binary | 1110111 | 1100 | 100110 | 0 | 1011010 | 1000100 | 110101 | 101011001 | 1010010 | 11010 |
Color Harmonies of #770C26
Complementary color
Monochromatic Colors of #770C26
Black with #770C26
Text Example
Text Example
White with #770C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770C26; }
p { color: rgb(119,12,38); }
H1.HeaderClassName
{
color: #770C26;
}
.AnyTagClassName
{
color: #770C26;
}
</style>
background-color css
<style>
a { background-color: #770C26; }
a { background-color: rgb(119,12,38); }
div.DivClassName
{
background-color: #770C26;
}
.BgClassName
{
background-color: #770C26;
}
</style>
border-color css
<style>
span { border-color: #770C26; }
span { border-color: rgb(119,12,38); }
td.TdClassName
{
border-color: #770C26;
}
.TagClassName
{
border-color: #770C26;
}
</style>