Shades of Burgundy #75080C
Tints of Burgundy #75080C
RGB
CMYK
RGB Variations
Color information
#75080C (or 0x75080C) is known color: Burgundy. HEX triplet: 75, 08 and 0C. RGB value is (117,8,12). Sum of RGB (Red+Green+Blue) = 117+8+12=137 (18% of max value = 765). Red value is 117 (46.09% from 255 or 85.40% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 117 - color contains mainly: red. Hex color #75080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75080C is #8AF7F3. Grayscale: #292929. Windows color (decimal): -9107444 or 788597. OLE color: 788597.
HSL color Cylindrical-coordinate representation of color #75080C: hue angle of 357.8º 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 #75080C is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 8 | 12 | - |
| CMYK | 0 | 0.93 | 0.90 | 0.54 |
| HSL | 357.8º | 0.87% | 0.25% | - |
| HSV(B) | 357.8º | 0.93% | 0.46% | - |
| XYZ | 7.49 | 3.98 | 0.72 | - |
| YUV | 41.05 | 111.61 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 12 | 0 | 0.93 | 0.90 | 0.54 | 357.8 | 0.87 | 0.25 |
| Hex | 75 | 8 | C | 0 | 5D | 5A | 36 | 166 | 57 | 19 |
| Octal | 165 | 10 | 14 | 0 | 135 | 132 | 66 | 546 | 127 | 31 |
| Binary | 1110101 | 1000 | 1100 | 0 | 1011101 | 1011010 | 110110 | 101100110 | 1010111 | 11001 |
Color Harmonies of #75080C
Complementary color
Monochromatic Colors of #75080C
Black with #75080C
Text Example
Text Example
White with #75080C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75080C; }
p { color: rgb(117,8,12); }
H1.HeaderClassName
{
color: #75080C;
}
.AnyTagClassName
{
color: #75080C;
}
</style>
background-color css
<style>
a { background-color: #75080C; }
a { background-color: rgb(117,8,12); }
div.DivClassName
{
background-color: #75080C;
}
.BgClassName
{
background-color: #75080C;
}
</style>
border-color css
<style>
span { border-color: #75080C; }
span { border-color: rgb(117,8,12); }
td.TdClassName
{
border-color: #75080C;
}
.TagClassName
{
border-color: #75080C;
}
</style>