Shades of Burgundy #760823
Tints of Burgundy #760823
RGB
CMYK
RGB Variations
Color information
#760823 (or 0x760823) is known color: Burgundy. HEX triplet: 76, 08 and 23. RGB value is (118,8,35). Sum of RGB (Red+Green+Blue) = 118+8+35=161 (21% of max value = 765). Red value is 118 (46.48% from 255 or 73.29% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 35 (14.06% from 255 or 21.74% from 161); Max value from RGB is 118 - color contains mainly: red. Hex color #760823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760823 is #89F7DC. Grayscale: #2B2B2B. Windows color (decimal): -9041885 or 2295926. OLE color: 2295926.
HSL color Cylindrical-coordinate representation of color #760823: hue angle of 345.27º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #760823 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 8 | 35 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.54 |
| HSL | 345.27º | 0.87% | 0.25% | - |
| HSV(B) | 345.27º | 0.93% | 0.46% | - |
| XYZ | 7.86 | 4.15 | 1.98 | - |
| YUV | 43.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 35 | 0 | 0.93 | 0.70 | 0.54 | 345.27 | 0.87 | 0.25 |
| Hex | 76 | 8 | 23 | 0 | 5D | 46 | 36 | 159 | 57 | 19 |
| Octal | 166 | 10 | 43 | 0 | 135 | 106 | 66 | 531 | 127 | 31 |
| Binary | 1110110 | 1000 | 100011 | 0 | 1011101 | 1000110 | 110110 | 101011001 | 1010111 | 11001 |
Color Harmonies of #760823
Complementary color
Monochromatic Colors of #760823
Black with #760823
Text Example
Text Example
White with #760823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760823; }
p { color: rgb(118,8,35); }
H1.HeaderClassName
{
color: #760823;
}
.AnyTagClassName
{
color: #760823;
}
</style>
background-color css
<style>
a { background-color: #760823; }
a { background-color: rgb(118,8,35); }
div.DivClassName
{
background-color: #760823;
}
.BgClassName
{
background-color: #760823;
}
</style>
border-color css
<style>
span { border-color: #760823; }
span { border-color: rgb(118,8,35); }
td.TdClassName
{
border-color: #760823;
}
.TagClassName
{
border-color: #760823;
}
</style>