Shades of Burgundy #750812
Tints of Burgundy #750812
RGB
CMYK
RGB Variations
Color information
#750812 (or 0x750812) is known color: Burgundy. HEX triplet: 75, 08 and 12. RGB value is (117,8,18). Sum of RGB (Red+Green+Blue) = 117+8+18=143 (18% of max value = 765). Red value is 117 (46.09% from 255 or 81.82% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 117 - color contains mainly: red. Hex color #750812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750812 is #8AF7ED. Grayscale: #292929. Windows color (decimal): -9107438 or 1181813. OLE color: 1181813.
HSL color Cylindrical-coordinate representation of color #750812: hue angle of 354.5º 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 #750812 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 8 | 18 | - |
| CMYK | 0 | 0.93 | 0.85 | 0.54 |
| HSL | 354.5º | 0.87% | 0.25% | - |
| HSV(B) | 354.5º | 0.93% | 0.46% | - |
| XYZ | 7.53 | 4 | 0.95 | - |
| YUV | 41.73 | 114.61 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 18 | 0 | 0.93 | 0.85 | 0.54 | 354.5 | 0.87 | 0.25 |
| Hex | 75 | 8 | 12 | 0 | 5D | 55 | 36 | 162 | 57 | 19 |
| Octal | 165 | 10 | 22 | 0 | 135 | 125 | 66 | 542 | 127 | 31 |
| Binary | 1110101 | 1000 | 10010 | 0 | 1011101 | 1010101 | 110110 | 101100010 | 1010111 | 11001 |
Color Harmonies of #750812
Complementary color
Monochromatic Colors of #750812
Black with #750812
Text Example
Text Example
White with #750812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750812; }
p { color: rgb(117,8,18); }
H1.HeaderClassName
{
color: #750812;
}
.AnyTagClassName
{
color: #750812;
}
</style>
background-color css
<style>
a { background-color: #750812; }
a { background-color: rgb(117,8,18); }
div.DivClassName
{
background-color: #750812;
}
.BgClassName
{
background-color: #750812;
}
</style>
border-color css
<style>
span { border-color: #750812; }
span { border-color: rgb(117,8,18); }
td.TdClassName
{
border-color: #750812;
}
.TagClassName
{
border-color: #750812;
}
</style>