Shades of Pompadour #801741
Tints of Pompadour #801741
RGB
CMYK
RGB Variations
Color information
#801741 (or 0x801741) is known color: Pompadour. HEX triplet: 80, 17 and 41. RGB value is (128,23,65). Sum of RGB (Red+Green+Blue) = 128+23+65=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #801741 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801741 is #7FE8BE. Grayscale: #3B3B3B. Windows color (decimal): -8382655 or 4265856. OLE color: 4265856.
HSL color Cylindrical-coordinate representation of color #801741: hue angle of 336º 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 #801741 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 23 | 65 | - |
| CMYK | 0 | 0.82 | 0.49 | 0.50 |
| HSL | 336º | 0.7% | 0.3% | - |
| HSV(B) | 336º | 0.82% | 0.5% | - |
| XYZ | 10.16 | 5.58 | 5.54 | - |
| YUV | 59.18 | 131.29 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 65 | 0 | 0.82 | 0.49 | 0.50 | 336 | 0.7 | 0.3 |
| Hex | 80 | 17 | 41 | 0 | 52 | 31 | 32 | 150 | 46 | 1E |
| Octal | 200 | 27 | 101 | 0 | 122 | 61 | 62 | 520 | 106 | 36 |
| Binary | 10000000 | 10111 | 1000001 | 0 | 1010010 | 110001 | 110010 | 101010000 | 1000110 | 11110 |
Color Harmonies of #801741
Complementary color
Monochromatic Colors of #801741
Black with #801741
Text Example
Text Example
White with #801741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801741; }
p { color: rgb(128,23,65); }
H1.HeaderClassName
{
color: #801741;
}
.AnyTagClassName
{
color: #801741;
}
</style>
background-color css
<style>
a { background-color: #801741; }
a { background-color: rgb(128,23,65); }
div.DivClassName
{
background-color: #801741;
}
.BgClassName
{
background-color: #801741;
}
</style>
border-color css
<style>
span { border-color: #801741; }
span { border-color: rgb(128,23,65); }
td.TdClassName
{
border-color: #801741;
}
.TagClassName
{
border-color: #801741;
}
</style>