Shades of Pompadour #75163E
Tints of Pompadour #75163E
RGB
CMYK
RGB Variations
Color information
#75163E (or 0x75163E) is known color: Pompadour. HEX triplet: 75, 16 and 3E. RGB value is (117,22,62). Sum of RGB (Red+Green+Blue) = 117+22+62=201 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.21% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 117 - color contains mainly: red. Hex color #75163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75163E is #8AE9C1. Grayscale: #363636. Windows color (decimal): -9103810 or 4068981. OLE color: 4068981.
HSL color Cylindrical-coordinate representation of color #75163E: hue angle of 334.74º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75163E is Cyan = 0, Magento = 0.81, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 22 | 62 | - |
| CMYK | 0 | 0.81 | 0.47 | 0.54 |
| HSL | 334.74º | 0.68% | 0.27% | - |
| HSV(B) | 334.74º | 0.81% | 0.46% | - |
| XYZ | 8.49 | 4.7 | 5.02 | - |
| YUV | 54.97 | 131.97 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 62 | 0 | 0.81 | 0.47 | 0.54 | 334.74 | 0.68 | 0.27 |
| Hex | 75 | 16 | 3E | 0 | 51 | 2F | 36 | 14F | 44 | 1B |
| Octal | 165 | 26 | 76 | 0 | 121 | 57 | 66 | 517 | 104 | 33 |
| Binary | 1110101 | 10110 | 111110 | 0 | 1010001 | 101111 | 110110 | 101001111 | 1000100 | 11011 |
Color Harmonies of #75163E
Complementary color
Monochromatic Colors of #75163E
Black with #75163E
Text Example
Text Example
White with #75163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75163E; }
p { color: rgb(117,22,62); }
H1.HeaderClassName
{
color: #75163E;
}
.AnyTagClassName
{
color: #75163E;
}
</style>
background-color css
<style>
a { background-color: #75163E; }
a { background-color: rgb(117,22,62); }
div.DivClassName
{
background-color: #75163E;
}
.BgClassName
{
background-color: #75163E;
}
</style>
border-color css
<style>
span { border-color: #75163E; }
span { border-color: rgb(117,22,62); }
td.TdClassName
{
border-color: #75163E;
}
.TagClassName
{
border-color: #75163E;
}
</style>