Shades of Pompadour #751245
Tints of Pompadour #751245
RGB
CMYK
RGB Variations
Color information
#751245 (or 0x751245) is known color: Pompadour. HEX triplet: 75, 12 and 45. RGB value is (117,18,69). Sum of RGB (Red+Green+Blue) = 117+18+69=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #751245 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #751245 is #8AEDBA. Grayscale: #353535. Windows color (decimal): -9104827 or 4526709. OLE color: 4526709.
HSL color Cylindrical-coordinate representation of color #751245: hue angle of 329.09º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #751245 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 18 | 69 | - |
| CMYK | 0 | 0.85 | 0.41 | 0.54 |
| HSL | 329.09º | 0.73% | 0.26% | - |
| HSV(B) | 329.09º | 0.85% | 0.46% | - |
| XYZ | 8.63 | 4.64 | 6.07 | - |
| YUV | 53.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 69 | 0 | 0.85 | 0.41 | 0.54 | 329.09 | 0.73 | 0.26 |
| Hex | 75 | 12 | 45 | 0 | 55 | 29 | 36 | 149 | 49 | 1A |
| Octal | 165 | 22 | 105 | 0 | 125 | 51 | 66 | 511 | 111 | 32 |
| Binary | 1110101 | 10010 | 1000101 | 0 | 1010101 | 101001 | 110110 | 101001001 | 1001001 | 11010 |
Color Harmonies of #751245
Complementary color
Monochromatic Colors of #751245
Black with #751245
Text Example
Text Example
White with #751245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751245; }
p { color: rgb(117,18,69); }
H1.HeaderClassName
{
color: #751245;
}
.AnyTagClassName
{
color: #751245;
}
</style>
background-color css
<style>
a { background-color: #751245; }
a { background-color: rgb(117,18,69); }
div.DivClassName
{
background-color: #751245;
}
.BgClassName
{
background-color: #751245;
}
</style>
border-color css
<style>
span { border-color: #751245; }
span { border-color: rgb(117,18,69); }
td.TdClassName
{
border-color: #751245;
}
.TagClassName
{
border-color: #751245;
}
</style>