Shades of Burgundy #770A23
Tints of Burgundy #770A23
RGB
CMYK
RGB Variations
Color information
#770A23 (or 0x770A23) is known color: Burgundy. HEX triplet: 77, 0A and 23. RGB value is (119,10,35). Sum of RGB (Red+Green+Blue) = 119+10+35=164 (21% of max value = 765). Red value is 119 (46.88% from 255 or 72.56% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 119 - color contains mainly: red. Hex color #770A23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770A23 is #88F5DC. Grayscale: #2D2D2D. Windows color (decimal): -8975837 or 2296439. OLE color: 2296439.
HSL color Cylindrical-coordinate representation of color #770A23: hue angle of 346.24º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770A23 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 10 | 35 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.53 |
| HSL | 346.24º | 0.84% | 0.25% | - |
| HSV(B) | 346.24º | 0.92% | 0.47% | - |
| XYZ | 8.02 | 4.26 | 1.99 | - |
| YUV | 45.44 | 122.11 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 10 | 35 | 0 | 0.92 | 0.71 | 0.53 | 346.24 | 0.84 | 0.25 |
| Hex | 77 | A | 23 | 0 | 5C | 47 | 35 | 15A | 54 | 19 |
| Octal | 167 | 12 | 43 | 0 | 134 | 107 | 65 | 532 | 124 | 31 |
| Binary | 1110111 | 1010 | 100011 | 0 | 1011100 | 1000111 | 110101 | 101011010 | 1010100 | 11001 |
Color Harmonies of #770A23
Complementary color
Monochromatic Colors of #770A23
Black with #770A23
Text Example
Text Example
White with #770A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770A23; }
p { color: rgb(119,10,35); }
H1.HeaderClassName
{
color: #770A23;
}
.AnyTagClassName
{
color: #770A23;
}
</style>
background-color css
<style>
a { background-color: #770A23; }
a { background-color: rgb(119,10,35); }
div.DivClassName
{
background-color: #770A23;
}
.BgClassName
{
background-color: #770A23;
}
</style>
border-color css
<style>
span { border-color: #770A23; }
span { border-color: rgb(119,10,35); }
td.TdClassName
{
border-color: #770A23;
}
.TagClassName
{
border-color: #770A23;
}
</style>