Shades of Burgundy #770023
Tints of Burgundy #770023
RGB
CMYK
RGB Variations
Color information
#770023 (or 0x770023) is known color: Burgundy. HEX triplet: 77, 00 and 23. RGB value is (119,0,35). Sum of RGB (Red+Green+Blue) = 119+0+35=154 (20% of max value = 765). Red value is 119 (46.88% from 255 or 77.27% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 119 - color contains mainly: red. Hex color #770023 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770023 is #88FFDC. Grayscale: #272727. Windows color (decimal): -8978397 or 2293879. OLE color: 2293879.
HSL color Cylindrical-coordinate representation of color #770023: hue angle of 342.35º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770023 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.71 | 0.53 |
| HSL | 342.35º | 1% | 0.23% | - |
| HSV(B) | 342.35º | 1% | 0.47% | - |
| XYZ | 7.91 | 4.04 | 1.95 | - |
| YUV | 39.57 | 125.42 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 35 | 0 | 1 | 0.71 | 0.53 | 342.35 | 1 | 0.23 |
| Hex | 77 | 0 | 23 | 0 | 64 | 47 | 35 | 156 | 64 | 17 |
| Octal | 167 | 0 | 43 | 0 | 144 | 107 | 65 | 526 | 144 | 27 |
| Binary | 1110111 | 0 | 100011 | 0 | 1100100 | 1000111 | 110101 | 101010110 | 1100100 | 10111 |
Color Harmonies of #770023
Complementary color
Monochromatic Colors of #770023
Black with #770023
Text Example
Text Example
White with #770023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770023; }
p { color: rgb(119,0,35); }
H1.HeaderClassName
{
color: #770023;
}
.AnyTagClassName
{
color: #770023;
}
</style>
background-color css
<style>
a { background-color: #770023; }
a { background-color: rgb(119,0,35); }
div.DivClassName
{
background-color: #770023;
}
.BgClassName
{
background-color: #770023;
}
</style>
border-color css
<style>
span { border-color: #770023; }
span { border-color: rgb(119,0,35); }
td.TdClassName
{
border-color: #770023;
}
.TagClassName
{
border-color: #770023;
}
</style>