Shades of Burgundy #770124
Tints of Burgundy #770124
RGB
CMYK
RGB Variations
Color information
#770124 (or 0x770124) is known color: Burgundy. HEX triplet: 77, 01 and 24. RGB value is (119,1,36). Sum of RGB (Red+Green+Blue) = 119+1+36=156 (20% of max value = 765). Red value is 119 (46.88% from 255 or 76.28% from 156); Green value is 1 (0.78% from 255 or 0.64% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 119 - color contains mainly: red. Hex color #770124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770124 is #88FEDB. Grayscale: #282828. Windows color (decimal): -8978140 or 2359671. OLE color: 2359671.
HSL color Cylindrical-coordinate representation of color #770124: hue angle of 342.2º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #770124 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 1 | 36 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.53 |
| HSL | 342.2º | 0.98% | 0.24% | - |
| HSV(B) | 342.2º | 0.99% | 0.47% | - |
| XYZ | 7.94 | 4.07 | 2.04 | - |
| YUV | 40.27 | 125.59 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 1 | 36 | 0 | 0.99 | 0.70 | 0.53 | 342.2 | 0.98 | 0.24 |
| Hex | 77 | 1 | 24 | 0 | 63 | 46 | 35 | 156 | 62 | 18 |
| Octal | 167 | 1 | 44 | 0 | 143 | 106 | 65 | 526 | 142 | 30 |
| Binary | 1110111 | 1 | 100100 | 0 | 1100011 | 1000110 | 110101 | 101010110 | 1100010 | 11000 |
Color Harmonies of #770124
Complementary color
Monochromatic Colors of #770124
Black with #770124
Text Example
Text Example
White with #770124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770124; }
p { color: rgb(119,1,36); }
H1.HeaderClassName
{
color: #770124;
}
.AnyTagClassName
{
color: #770124;
}
</style>
background-color css
<style>
a { background-color: #770124; }
a { background-color: rgb(119,1,36); }
div.DivClassName
{
background-color: #770124;
}
.BgClassName
{
background-color: #770124;
}
</style>
border-color css
<style>
span { border-color: #770124; }
span { border-color: rgb(119,1,36); }
td.TdClassName
{
border-color: #770124;
}
.TagClassName
{
border-color: #770124;
}
</style>