Shades of Pompadour #751655
Tints of Pompadour #751655
RGB
CMYK
RGB Variations
Color information
#751655 (or 0x751655) is known color: Pompadour. HEX triplet: 75, 16 and 55. RGB value is (117,22,85). Sum of RGB (Red+Green+Blue) = 117+22+85=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #751655 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751655 is #8AE9AA. Grayscale: #393939. Windows color (decimal): -9103787 or 5576309. OLE color: 5576309.
HSL color Cylindrical-coordinate representation of color #751655: hue angle of 320.21º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #751655 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 22 | 85 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.54 |
| HSL | 320.21º | 0.68% | 0.27% | - |
| HSV(B) | 320.21º | 0.81% | 0.46% | - |
| XYZ | 9.26 | 5.01 | 9.07 | - |
| YUV | 57.59 | 143.47 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 85 | 0 | 0.81 | 0.27 | 0.54 | 320.21 | 0.68 | 0.27 |
| Hex | 75 | 16 | 55 | 0 | 51 | 1B | 36 | 140 | 44 | 1B |
| Octal | 165 | 26 | 125 | 0 | 121 | 33 | 66 | 500 | 104 | 33 |
| Binary | 1110101 | 10110 | 1010101 | 0 | 1010001 | 11011 | 110110 | 101000000 | 1000100 | 11011 |
Color Harmonies of #751655
Complementary color
Monochromatic Colors of #751655
Black with #751655
Text Example
Text Example
White with #751655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751655; }
p { color: rgb(117,22,85); }
H1.HeaderClassName
{
color: #751655;
}
.AnyTagClassName
{
color: #751655;
}
</style>
background-color css
<style>
a { background-color: #751655; }
a { background-color: rgb(117,22,85); }
div.DivClassName
{
background-color: #751655;
}
.BgClassName
{
background-color: #751655;
}
</style>
border-color css
<style>
span { border-color: #751655; }
span { border-color: rgb(117,22,85); }
td.TdClassName
{
border-color: #751655;
}
.TagClassName
{
border-color: #751655;
}
</style>