Shades of Pompadour #75123B
Tints of Pompadour #75123B
RGB
CMYK
RGB Variations
Color information
#75123B (or 0x75123B) is known color: Pompadour. HEX triplet: 75, 12 and 3B. RGB value is (117,18,59). Sum of RGB (Red+Green+Blue) = 117+18+59=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 18 (7.42% from 255 or 9.28% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #75123B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75123B is #8AEDC4. Grayscale: #343434. Windows color (decimal): -9104837 or 3871349. OLE color: 3871349.
HSL color Cylindrical-coordinate representation of color #75123B: hue angle of 335.15º degrees, saturation: 0.73, 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 #75123B is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 18 | 59 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.54 |
| HSL | 335.15º | 0.73% | 0.26% | - |
| HSV(B) | 335.15º | 0.85% | 0.46% | - |
| XYZ | 8.34 | 4.53 | 4.57 | - |
| YUV | 52.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 59 | 0 | 0.85 | 0.50 | 0.54 | 335.15 | 0.73 | 0.26 |
| Hex | 75 | 12 | 3B | 0 | 55 | 32 | 36 | 14F | 49 | 1A |
| Octal | 165 | 22 | 73 | 0 | 125 | 62 | 66 | 517 | 111 | 32 |
| Binary | 1110101 | 10010 | 111011 | 0 | 1010101 | 110010 | 110110 | 101001111 | 1001001 | 11010 |
Color Harmonies of #75123B
Complementary color
Monochromatic Colors of #75123B
Black with #75123B
Text Example
Text Example
White with #75123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75123B; }
p { color: rgb(117,18,59); }
H1.HeaderClassName
{
color: #75123B;
}
.AnyTagClassName
{
color: #75123B;
}
</style>
background-color css
<style>
a { background-color: #75123B; }
a { background-color: rgb(117,18,59); }
div.DivClassName
{
background-color: #75123B;
}
.BgClassName
{
background-color: #75123B;
}
</style>
border-color css
<style>
span { border-color: #75123B; }
span { border-color: rgb(117,18,59); }
td.TdClassName
{
border-color: #75123B;
}
.TagClassName
{
border-color: #75123B;
}
</style>