Shades of Burgundy #75071D
Tints of Burgundy #75071D
RGB
CMYK
RGB Variations
Color information
#75071D (or 0x75071D) is known color: Burgundy. HEX triplet: 75, 07 and 1D. RGB value is (117,7,29). Sum of RGB (Red+Green+Blue) = 117+7+29=153 (20% of max value = 765). Red value is 117 (46.09% from 255 or 76.47% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 117 - color contains mainly: red. Hex color #75071D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75071D is #8AF8E2. Grayscale: #2A2A2A. Windows color (decimal): -9107683 or 1902453. OLE color: 1902453.
HSL color Cylindrical-coordinate representation of color #75071D: hue angle of 348º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75071D is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 29 | - |
| CMYK | 0 | 0.94 | 0.75 | 0.54 |
| HSL | 348º | 0.89% | 0.24% | - |
| HSV(B) | 348º | 0.94% | 0.46% | - |
| XYZ | 7.63 | 4.02 | 1.54 | - |
| YUV | 42.4 | 120.44 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 29 | 0 | 0.94 | 0.75 | 0.54 | 348 | 0.89 | 0.24 |
| Hex | 75 | 7 | 1D | 0 | 5E | 4B | 36 | 15C | 59 | 18 |
| Octal | 165 | 7 | 35 | 0 | 136 | 113 | 66 | 534 | 131 | 30 |
| Binary | 1110101 | 111 | 11101 | 0 | 1011110 | 1001011 | 110110 | 101011100 | 1011001 | 11000 |
Color Harmonies of #75071D
Complementary color
Monochromatic Colors of #75071D
Black with #75071D
Text Example
Text Example
White with #75071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75071D; }
p { color: rgb(117,7,29); }
H1.HeaderClassName
{
color: #75071D;
}
.AnyTagClassName
{
color: #75071D;
}
</style>
background-color css
<style>
a { background-color: #75071D; }
a { background-color: rgb(117,7,29); }
div.DivClassName
{
background-color: #75071D;
}
.BgClassName
{
background-color: #75071D;
}
</style>
border-color css
<style>
span { border-color: #75071D; }
span { border-color: rgb(117,7,29); }
td.TdClassName
{
border-color: #75071D;
}
.TagClassName
{
border-color: #75071D;
}
</style>