Shades of Burgundy #750823
Tints of Burgundy #750823
RGB
CMYK
RGB Variations
Color information
#750823 (or 0x750823) is known color: Burgundy. HEX triplet: 75, 08 and 23. RGB value is (117,8,35). Sum of RGB (Red+Green+Blue) = 117+8+35=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #750823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750823 is #8AF7DC. Grayscale: #2B2B2B. Windows color (decimal): -9107421 or 2295925. OLE color: 2295925.
HSL color Cylindrical-coordinate representation of color #750823: hue angle of 345.14º 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 #750823 is Cyan = 0, Magento = 0.93, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 8 | 35 | - |
| CMYK | 0 | 0.93 | 0.70 | 0.54 |
| HSL | 345.14º | 0.87% | 0.25% | - |
| HSV(B) | 345.14º | 0.93% | 0.46% | - |
| XYZ | 7.73 | 4.08 | 1.97 | - |
| YUV | 43.67 | 123.11 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 35 | 0 | 0.93 | 0.70 | 0.54 | 345.14 | 0.87 | 0.25 |
| Hex | 75 | 8 | 23 | 0 | 5D | 46 | 36 | 159 | 57 | 19 |
| Octal | 165 | 10 | 43 | 0 | 135 | 106 | 66 | 531 | 127 | 31 |
| Binary | 1110101 | 1000 | 100011 | 0 | 1011101 | 1000110 | 110110 | 101011001 | 1010111 | 11001 |
Color Harmonies of #750823
Complementary color
Monochromatic Colors of #750823
Black with #750823
Text Example
Text Example
White with #750823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750823; }
p { color: rgb(117,8,35); }
H1.HeaderClassName
{
color: #750823;
}
.AnyTagClassName
{
color: #750823;
}
</style>
background-color css
<style>
a { background-color: #750823; }
a { background-color: rgb(117,8,35); }
div.DivClassName
{
background-color: #750823;
}
.BgClassName
{
background-color: #750823;
}
</style>
border-color css
<style>
span { border-color: #750823; }
span { border-color: rgb(117,8,35); }
td.TdClassName
{
border-color: #750823;
}
.TagClassName
{
border-color: #750823;
}
</style>