Shades of Pompadour #75134A
Tints of Pompadour #75134A
RGB
CMYK
RGB Variations
Color information
#75134A (or 0x75134A) is known color: Pompadour. HEX triplet: 75, 13 and 4A. RGB value is (117,19,74). Sum of RGB (Red+Green+Blue) = 117+19+74=210 (27% of max value = 765). Red value is 117 (46.09% from 255 or 55.71% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 117 - color contains mainly: red. Hex color #75134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75134A is #8AECB5. Grayscale: #363636. Windows color (decimal): -9104566 or 4854645. OLE color: 4854645.
HSL color Cylindrical-coordinate representation of color #75134A: hue angle of 326.33º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #75134A is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 19 | 74 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.54 |
| HSL | 326.33º | 0.72% | 0.27% | - |
| HSV(B) | 326.33º | 0.84% | 0.46% | - |
| XYZ | 8.81 | 4.74 | 6.93 | - |
| YUV | 54.57 | 138.97 | 172.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 19 | 74 | 0 | 0.84 | 0.37 | 0.54 | 326.33 | 0.72 | 0.27 |
| Hex | 75 | 13 | 4A | 0 | 54 | 25 | 36 | 146 | 48 | 1B |
| Octal | 165 | 23 | 112 | 0 | 124 | 45 | 66 | 506 | 110 | 33 |
| Binary | 1110101 | 10011 | 1001010 | 0 | 1010100 | 100101 | 110110 | 101000110 | 1001000 | 11011 |
Color Harmonies of #75134A
Complementary color
Monochromatic Colors of #75134A
Black with #75134A
Text Example
Text Example
White with #75134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75134A; }
p { color: rgb(117,19,74); }
H1.HeaderClassName
{
color: #75134A;
}
.AnyTagClassName
{
color: #75134A;
}
</style>
background-color css
<style>
a { background-color: #75134A; }
a { background-color: rgb(117,19,74); }
div.DivClassName
{
background-color: #75134A;
}
.BgClassName
{
background-color: #75134A;
}
</style>
border-color css
<style>
span { border-color: #75134A; }
span { border-color: rgb(117,19,74); }
td.TdClassName
{
border-color: #75134A;
}
.TagClassName
{
border-color: #75134A;
}
</style>