Shades of Pompadour #801742
Tints of Pompadour #801742
RGB
CMYK
RGB Variations
Color information
#801742 (or 0x801742) is known color: Pompadour. HEX triplet: 80, 17 and 42. RGB value is (128,23,66). Sum of RGB (Red+Green+Blue) = 128+23+66=217 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.99% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 128 - color contains mainly: red. Hex color #801742 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801742 is #7FE8BD. Grayscale: #3B3B3B. Windows color (decimal): -8382654 or 4331392. OLE color: 4331392.
HSL color Cylindrical-coordinate representation of color #801742: hue angle of 335.43º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #801742 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 23 | 66 | - |
| CMYK | 0 | 0.82 | 0.48 | 0.50 |
| HSL | 335.43º | 0.7% | 0.3% | - |
| HSV(B) | 335.43º | 0.82% | 0.5% | - |
| XYZ | 10.19 | 5.6 | 5.7 | - |
| YUV | 59.3 | 131.79 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 66 | 0 | 0.82 | 0.48 | 0.50 | 335.43 | 0.7 | 0.3 |
| Hex | 80 | 17 | 42 | 0 | 52 | 30 | 32 | 14F | 46 | 1E |
| Octal | 200 | 27 | 102 | 0 | 122 | 60 | 62 | 517 | 106 | 36 |
| Binary | 10000000 | 10111 | 1000010 | 0 | 1010010 | 110000 | 110010 | 101001111 | 1000110 | 11110 |
Color Harmonies of #801742
Complementary color
Monochromatic Colors of #801742
Black with #801742
Text Example
Text Example
White with #801742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801742; }
p { color: rgb(128,23,66); }
H1.HeaderClassName
{
color: #801742;
}
.AnyTagClassName
{
color: #801742;
}
</style>
background-color css
<style>
a { background-color: #801742; }
a { background-color: rgb(128,23,66); }
div.DivClassName
{
background-color: #801742;
}
.BgClassName
{
background-color: #801742;
}
</style>
border-color css
<style>
span { border-color: #801742; }
span { border-color: rgb(128,23,66); }
td.TdClassName
{
border-color: #801742;
}
.TagClassName
{
border-color: #801742;
}
</style>