Shades of Burgundy #75002E
Tints of Burgundy #75002E
RGB
CMYK
RGB Variations
Color information
#75002E (or 0x75002E) is known color: Burgundy. HEX triplet: 75, 00 and 2E. RGB value is (117,0,46). Sum of RGB (Red+Green+Blue) = 117+0+46=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #75002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75002E is #8AFFD1. Grayscale: #282828. Windows color (decimal): -9109458 or 3014773. OLE color: 3014773.
HSL color Cylindrical-coordinate representation of color #75002E: hue angle of 336.41º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75002E is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.61 | 0.54 |
| HSL | 336.41º | 1% | 0.23% | - |
| HSV(B) | 336.41º | 1% | 0.46% | - |
| XYZ | 7.83 | 3.98 | 2.94 | - |
| YUV | 40.23 | 131.26 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 46 | 0 | 1 | 0.61 | 0.54 | 336.41 | 1 | 0.23 |
| Hex | 75 | 0 | 2E | 0 | 64 | 3D | 36 | 150 | 64 | 17 |
| Octal | 165 | 0 | 56 | 0 | 144 | 75 | 66 | 520 | 144 | 27 |
| Binary | 1110101 | 0 | 101110 | 0 | 1100100 | 111101 | 110110 | 101010000 | 1100100 | 10111 |
Color Harmonies of #75002E
Complementary color
Monochromatic Colors of #75002E
Black with #75002E
Text Example
Text Example
White with #75002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75002E; }
p { color: rgb(117,0,46); }
H1.HeaderClassName
{
color: #75002E;
}
.AnyTagClassName
{
color: #75002E;
}
</style>
background-color css
<style>
a { background-color: #75002E; }
a { background-color: rgb(117,0,46); }
div.DivClassName
{
background-color: #75002E;
}
.BgClassName
{
background-color: #75002E;
}
</style>
border-color css
<style>
span { border-color: #75002E; }
span { border-color: rgb(117,0,46); }
td.TdClassName
{
border-color: #75002E;
}
.TagClassName
{
border-color: #75002E;
}
</style>