Shades of Pompadour #751D50
Tints of Pompadour #751D50
RGB
CMYK
RGB Variations
Color information
#751D50 (or 0x751D50) is known color: Pompadour. HEX triplet: 75, 1D and 50. RGB value is (117,29,80). Sum of RGB (Red+Green+Blue) = 117+29+80=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 29 (11.72% from 255 or 12.83% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #751D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #751D50 is #8AE2AF. Grayscale: #3D3D3D. Windows color (decimal): -9102000 or 5250421. OLE color: 5250421.
HSL color Cylindrical-coordinate representation of color #751D50: hue angle of 325.23º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #751D50 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 29 | 80 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.54 |
| HSL | 325.23º | 0.6% | 0.29% | - |
| HSV(B) | 325.23º | 0.75% | 0.46% | - |
| XYZ | 9.22 | 5.24 | 8.11 | - |
| YUV | 61.13 | 138.65 | 167.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 29 | 80 | 0 | 0.75 | 0.32 | 0.54 | 325.23 | 0.6 | 0.29 |
| Hex | 75 | 1D | 50 | 0 | 4B | 20 | 36 | 145 | 3C | 1D |
| Octal | 165 | 35 | 120 | 0 | 113 | 40 | 66 | 505 | 74 | 35 |
| Binary | 1110101 | 11101 | 1010000 | 0 | 1001011 | 100000 | 110110 | 101000101 | 111100 | 11101 |
Color Harmonies of #751D50
Complementary color
Monochromatic Colors of #751D50
Black with #751D50
Text Example
Text Example
White with #751D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751D50; }
p { color: rgb(117,29,80); }
H1.HeaderClassName
{
color: #751D50;
}
.AnyTagClassName
{
color: #751D50;
}
</style>
background-color css
<style>
a { background-color: #751D50; }
a { background-color: rgb(117,29,80); }
div.DivClassName
{
background-color: #751D50;
}
.BgClassName
{
background-color: #751D50;
}
</style>
border-color css
<style>
span { border-color: #751D50; }
span { border-color: rgb(117,29,80); }
td.TdClassName
{
border-color: #751D50;
}
.TagClassName
{
border-color: #751D50;
}
</style>