Shades of Burgundy #75082E
Tints of Burgundy #75082E
RGB
CMYK
RGB Variations
Color information
#75082E (or 0x75082E) is known color: Burgundy. HEX triplet: 75, 08 and 2E. RGB value is (117,8,46). Sum of RGB (Red+Green+Blue) = 117+8+46=171 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.42% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 46 (18.36% from 255 or 26.90% from 171); Max value from RGB is 117 - color contains mainly: red. Hex color #75082E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75082E is #8AF7D1. Grayscale: #2C2C2C. Windows color (decimal): -9107410 or 3016821. OLE color: 3016821.
HSL color Cylindrical-coordinate representation of color #75082E: hue angle of 339.08º 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 #75082E is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 8 | 46 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.54 |
| HSL | 339.08º | 0.87% | 0.25% | - |
| HSV(B) | 339.08º | 0.93% | 0.46% | - |
| XYZ | 7.92 | 4.15 | 2.97 | - |
| YUV | 44.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 46 | 0 | 0.93 | 0.61 | 0.54 | 339.08 | 0.87 | 0.25 |
| Hex | 75 | 8 | 2E | 0 | 5D | 3D | 36 | 153 | 57 | 19 |
| Octal | 165 | 10 | 56 | 0 | 135 | 75 | 66 | 523 | 127 | 31 |
| Binary | 1110101 | 1000 | 101110 | 0 | 1011101 | 111101 | 110110 | 101010011 | 1010111 | 11001 |
Color Harmonies of #75082E
Complementary color
Monochromatic Colors of #75082E
Black with #75082E
Text Example
Text Example
White with #75082E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75082E; }
p { color: rgb(117,8,46); }
H1.HeaderClassName
{
color: #75082E;
}
.AnyTagClassName
{
color: #75082E;
}
</style>
background-color css
<style>
a { background-color: #75082E; }
a { background-color: rgb(117,8,46); }
div.DivClassName
{
background-color: #75082E;
}
.BgClassName
{
background-color: #75082E;
}
</style>
border-color css
<style>
span { border-color: #75082E; }
span { border-color: rgb(117,8,46); }
td.TdClassName
{
border-color: #75082E;
}
.TagClassName
{
border-color: #75082E;
}
</style>