Shades of Burgundy #770223
Tints of Burgundy #770223
RGB
CMYK
RGB Variations
Color information
#770223 (or 0x770223) is known color: Burgundy. HEX triplet: 77, 02 and 23. RGB value is (119,2,35). Sum of RGB (Red+Green+Blue) = 119+2+35=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #770223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770223 is #88FDDC. Grayscale: #282828. Windows color (decimal): -8977885 or 2294391. OLE color: 2294391.
HSL color Cylindrical-coordinate representation of color #770223: hue angle of 343.08º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #770223 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 2 | 35 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.53 |
| HSL | 343.08º | 0.97% | 0.24% | - |
| HSV(B) | 343.08º | 0.98% | 0.47% | - |
| XYZ | 7.93 | 4.09 | 1.96 | - |
| YUV | 40.75 | 124.76 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 2 | 35 | 0 | 0.98 | 0.71 | 0.53 | 343.08 | 0.97 | 0.24 |
| Hex | 77 | 2 | 23 | 0 | 62 | 47 | 35 | 157 | 61 | 18 |
| Octal | 167 | 2 | 43 | 0 | 142 | 107 | 65 | 527 | 141 | 30 |
| Binary | 1110111 | 10 | 100011 | 0 | 1100010 | 1000111 | 110101 | 101010111 | 1100001 | 11000 |
Color Harmonies of #770223
Complementary color
Monochromatic Colors of #770223
Black with #770223
Text Example
Text Example
White with #770223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770223; }
p { color: rgb(119,2,35); }
H1.HeaderClassName
{
color: #770223;
}
.AnyTagClassName
{
color: #770223;
}
</style>
background-color css
<style>
a { background-color: #770223; }
a { background-color: rgb(119,2,35); }
div.DivClassName
{
background-color: #770223;
}
.BgClassName
{
background-color: #770223;
}
</style>
border-color css
<style>
span { border-color: #770223; }
span { border-color: rgb(119,2,35); }
td.TdClassName
{
border-color: #770223;
}
.TagClassName
{
border-color: #770223;
}
</style>