Shades of Burgundy #75071B
Tints of Burgundy #75071B
RGB
CMYK
RGB Variations
Color information
#75071B (or 0x75071B) is known color: Burgundy. HEX triplet: 75, 07 and 1B. RGB value is (117,7,27). Sum of RGB (Red+Green+Blue) = 117+7+27=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #75071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75071B is #8AF8E4. Grayscale: #2A2A2A. Windows color (decimal): -9107685 or 1771381. OLE color: 1771381.
HSL color Cylindrical-coordinate representation of color #75071B: hue angle of 349.09º 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 #75071B is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 27 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.54 |
| HSL | 349.09º | 0.89% | 0.24% | - |
| HSV(B) | 349.09º | 0.94% | 0.46% | - |
| XYZ | 7.61 | 4.01 | 1.41 | - |
| YUV | 42.17 | 119.44 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 27 | 0 | 0.94 | 0.77 | 0.54 | 349.09 | 0.89 | 0.24 |
| Hex | 75 | 7 | 1B | 0 | 5E | 4D | 36 | 15D | 59 | 18 |
| Octal | 165 | 7 | 33 | 0 | 136 | 115 | 66 | 535 | 131 | 30 |
| Binary | 1110101 | 111 | 11011 | 0 | 1011110 | 1001101 | 110110 | 101011101 | 1011001 | 11000 |
Color Harmonies of #75071B
Complementary color
Monochromatic Colors of #75071B
Black with #75071B
Text Example
Text Example
White with #75071B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75071B; }
p { color: rgb(117,7,27); }
H1.HeaderClassName
{
color: #75071B;
}
.AnyTagClassName
{
color: #75071B;
}
</style>
background-color css
<style>
a { background-color: #75071B; }
a { background-color: rgb(117,7,27); }
div.DivClassName
{
background-color: #75071B;
}
.BgClassName
{
background-color: #75071B;
}
</style>
border-color css
<style>
span { border-color: #75071B; }
span { border-color: rgb(117,7,27); }
td.TdClassName
{
border-color: #75071B;
}
.TagClassName
{
border-color: #75071B;
}
</style>