Shades of Burgundy #770723
Tints of Burgundy #770723
RGB
CMYK
RGB Variations
Color information
#770723 (or 0x770723) is known color: Burgundy. HEX triplet: 77, 07 and 23. RGB value is (119,7,35). Sum of RGB (Red+Green+Blue) = 119+7+35=161 (21% of max value = 765). Red value is 119 (46.88% from 255 or 73.91% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 119 - color contains mainly: red. Hex color #770723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770723 is #88F8DC. Grayscale: #2B2B2B. Windows color (decimal): -8976605 or 2295671. OLE color: 2295671.
HSL color Cylindrical-coordinate representation of color #770723: hue angle of 345º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770723 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 7 | 35 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.53 |
| HSL | 345º | 0.89% | 0.25% | - |
| HSV(B) | 345º | 0.94% | 0.47% | - |
| XYZ | 7.99 | 4.2 | 1.98 | - |
| YUV | 43.68 | 123.11 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 7 | 35 | 0 | 0.94 | 0.71 | 0.53 | 345 | 0.89 | 0.25 |
| Hex | 77 | 7 | 23 | 0 | 5E | 47 | 35 | 159 | 59 | 19 |
| Octal | 167 | 7 | 43 | 0 | 136 | 107 | 65 | 531 | 131 | 31 |
| Binary | 1110111 | 111 | 100011 | 0 | 1011110 | 1000111 | 110101 | 101011001 | 1011001 | 11001 |
Color Harmonies of #770723
Complementary color
Monochromatic Colors of #770723
Black with #770723
Text Example
Text Example
White with #770723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770723; }
p { color: rgb(119,7,35); }
H1.HeaderClassName
{
color: #770723;
}
.AnyTagClassName
{
color: #770723;
}
</style>
background-color css
<style>
a { background-color: #770723; }
a { background-color: rgb(119,7,35); }
div.DivClassName
{
background-color: #770723;
}
.BgClassName
{
background-color: #770723;
}
</style>
border-color css
<style>
span { border-color: #770723; }
span { border-color: rgb(119,7,35); }
td.TdClassName
{
border-color: #770723;
}
.TagClassName
{
border-color: #770723;
}
</style>