Shades of Pompadour #75113F
Tints of Pompadour #75113F
RGB
CMYK
RGB Variations
Color information
#75113F (or 0x75113F) is known color: Pompadour. HEX triplet: 75, 11 and 3F. RGB value is (117,17,63). Sum of RGB (Red+Green+Blue) = 117+17+63=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 63 (25% from 255 or 31.98% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75113F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75113F is #8AEEC0. Grayscale: #343434. Windows color (decimal): -9105089 or 4133237. OLE color: 4133237.
HSL color Cylindrical-coordinate representation of color #75113F: hue angle of 332.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #75113F is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 17 | 63 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.54 |
| HSL | 332.4º | 0.75% | 0.26% | - |
| HSV(B) | 332.4º | 0.85% | 0.46% | - |
| XYZ | 8.43 | 4.54 | 5.13 | - |
| YUV | 52.14 | 134.13 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 17 | 63 | 0 | 0.85 | 0.46 | 0.54 | 332.4 | 0.75 | 0.26 |
| Hex | 75 | 11 | 3F | 0 | 55 | 2E | 36 | 14C | 4B | 1A |
| Octal | 165 | 21 | 77 | 0 | 125 | 56 | 66 | 514 | 113 | 32 |
| Binary | 1110101 | 10001 | 111111 | 0 | 1010101 | 101110 | 110110 | 101001100 | 1001011 | 11010 |
Color Harmonies of #75113F
Complementary color
Monochromatic Colors of #75113F
Black with #75113F
Text Example
Text Example
White with #75113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75113F; }
p { color: rgb(117,17,63); }
H1.HeaderClassName
{
color: #75113F;
}
.AnyTagClassName
{
color: #75113F;
}
</style>
background-color css
<style>
a { background-color: #75113F; }
a { background-color: rgb(117,17,63); }
div.DivClassName
{
background-color: #75113F;
}
.BgClassName
{
background-color: #75113F;
}
</style>
border-color css
<style>
span { border-color: #75113F; }
span { border-color: rgb(117,17,63); }
td.TdClassName
{
border-color: #75113F;
}
.TagClassName
{
border-color: #75113F;
}
</style>