Shades of Pompadour #751850
Tints of Pompadour #751850
RGB
CMYK
RGB Variations
Color information
#751850 (or 0x751850) is known color: Pompadour. HEX triplet: 75, 18 and 50. RGB value is (117,24,80). Sum of RGB (Red+Green+Blue) = 117+24+80=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #751850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751850 is #8AE7AF. Grayscale: #3A3A3A. Windows color (decimal): -9103280 or 5249141. OLE color: 5249141.
HSL color Cylindrical-coordinate representation of color #751850: hue angle of 323.87º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #751850 is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 24 | 80 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.54 |
| HSL | 323.87º | 0.66% | 0.28% | - |
| HSV(B) | 323.87º | 0.79% | 0.46% | - |
| XYZ | 9.11 | 5.01 | 8.08 | - |
| YUV | 58.19 | 140.31 | 169.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 24 | 80 | 0 | 0.79 | 0.32 | 0.54 | 323.87 | 0.66 | 0.28 |
| Hex | 75 | 18 | 50 | 0 | 4F | 20 | 36 | 144 | 42 | 1C |
| Octal | 165 | 30 | 120 | 0 | 117 | 40 | 66 | 504 | 102 | 34 |
| Binary | 1110101 | 11000 | 1010000 | 0 | 1001111 | 100000 | 110110 | 101000100 | 1000010 | 11100 |
Color Harmonies of #751850
Complementary color
Monochromatic Colors of #751850
Black with #751850
Text Example
Text Example
White with #751850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751850; }
p { color: rgb(117,24,80); }
H1.HeaderClassName
{
color: #751850;
}
.AnyTagClassName
{
color: #751850;
}
</style>
background-color css
<style>
a { background-color: #751850; }
a { background-color: rgb(117,24,80); }
div.DivClassName
{
background-color: #751850;
}
.BgClassName
{
background-color: #751850;
}
</style>
border-color css
<style>
span { border-color: #751850; }
span { border-color: rgb(117,24,80); }
td.TdClassName
{
border-color: #751850;
}
.TagClassName
{
border-color: #751850;
}
</style>