Shades of Pompadour #751F4A
Tints of Pompadour #751F4A
RGB
CMYK
RGB Variations
Color information
#751F4A (or 0x751F4A) is known color: Pompadour. HEX triplet: 75, 1F and 4A. RGB value is (117,31,74). Sum of RGB (Red+Green+Blue) = 117+31+74=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #751F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #751F4A is #8AE0B5. Grayscale: #3D3D3D. Windows color (decimal): -9101494 or 4857717. OLE color: 4857717.
HSL color Cylindrical-coordinate representation of color #751F4A: hue angle of 330º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #751F4A is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 31 | 74 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.54 |
| HSL | 330º | 0.58% | 0.29% | - |
| HSV(B) | 330º | 0.74% | 0.46% | - |
| XYZ | 9.06 | 5.26 | 7.02 | - |
| YUV | 61.62 | 134.99 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 31 | 74 | 0 | 0.74 | 0.37 | 0.54 | 330 | 0.58 | 0.29 |
| Hex | 75 | 1F | 4A | 0 | 4A | 25 | 36 | 14A | 3A | 1D |
| Octal | 165 | 37 | 112 | 0 | 112 | 45 | 66 | 512 | 72 | 35 |
| Binary | 1110101 | 11111 | 1001010 | 0 | 1001010 | 100101 | 110110 | 101001010 | 111010 | 11101 |
Color Harmonies of #751F4A
Complementary color
Monochromatic Colors of #751F4A
Black with #751F4A
Text Example
Text Example
White with #751F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751F4A; }
p { color: rgb(117,31,74); }
H1.HeaderClassName
{
color: #751F4A;
}
.AnyTagClassName
{
color: #751F4A;
}
</style>
background-color css
<style>
a { background-color: #751F4A; }
a { background-color: rgb(117,31,74); }
div.DivClassName
{
background-color: #751F4A;
}
.BgClassName
{
background-color: #751F4A;
}
</style>
border-color css
<style>
span { border-color: #751F4A; }
span { border-color: rgb(117,31,74); }
td.TdClassName
{
border-color: #751F4A;
}
.TagClassName
{
border-color: #751F4A;
}
</style>