Shades of Pompadour #751755
Tints of Pompadour #751755
RGB
CMYK
RGB Variations
Color information
#751755 (or 0x751755) is known color: Pompadour. HEX triplet: 75, 17 and 55. RGB value is (117,23,85). Sum of RGB (Red+Green+Blue) = 117+23+85=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 85 (33.59% from 255 or 37.78% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #751755 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #751755 is #8AE8AA. Grayscale: #3A3A3A. Windows color (decimal): -9103531 or 5576565. OLE color: 5576565.
HSL color Cylindrical-coordinate representation of color #751755: hue angle of 320.43º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #751755 is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 23 | 85 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.54 |
| HSL | 320.43º | 0.67% | 0.27% | - |
| HSV(B) | 320.43º | 0.8% | 0.46% | - |
| XYZ | 9.28 | 5.05 | 9.08 | - |
| YUV | 58.17 | 143.14 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 85 | 0 | 0.80 | 0.27 | 0.54 | 320.43 | 0.67 | 0.27 |
| Hex | 75 | 17 | 55 | 0 | 50 | 1B | 36 | 140 | 43 | 1B |
| Octal | 165 | 27 | 125 | 0 | 120 | 33 | 66 | 500 | 103 | 33 |
| Binary | 1110101 | 10111 | 1010101 | 0 | 1010000 | 11011 | 110110 | 101000000 | 1000011 | 11011 |
Color Harmonies of #751755
Complementary color
Monochromatic Colors of #751755
Black with #751755
Text Example
Text Example
White with #751755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751755; }
p { color: rgb(117,23,85); }
H1.HeaderClassName
{
color: #751755;
}
.AnyTagClassName
{
color: #751755;
}
</style>
background-color css
<style>
a { background-color: #751755; }
a { background-color: rgb(117,23,85); }
div.DivClassName
{
background-color: #751755;
}
.BgClassName
{
background-color: #751755;
}
</style>
border-color css
<style>
span { border-color: #751755; }
span { border-color: rgb(117,23,85); }
td.TdClassName
{
border-color: #751755;
}
.TagClassName
{
border-color: #751755;
}
</style>