Shades of Pompadour #571A44
Tints of Pompadour #571A44
RGB
CMYK
RGB Variations
Color information
#571A44 (or 0x571A44) is known color: Pompadour. HEX triplet: 57, 1A and 44. RGB value is (87,26,68). Sum of RGB (Red+Green+Blue) = 87+26+68=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #571A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A44 is #A8E5BB. Grayscale: #303030. Windows color (decimal): -11068860 or 4463191. OLE color: 4463191.
HSL color Cylindrical-coordinate representation of color #571A44: hue angle of 318.69º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A44 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 26 | 68 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.66 |
| HSL | 318.69º | 0.54% | 0.22% | - |
| HSV(B) | 318.69º | 0.7% | 0.34% | - |
| XYZ | 5.34 | 3.18 | 5.8 | - |
| YUV | 49.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 68 | 0 | 0.70 | 0.22 | 0.66 | 318.69 | 0.54 | 0.22 |
| Hex | 57 | 1A | 44 | 0 | 46 | 16 | 42 | 13F | 36 | 16 |
| Octal | 127 | 32 | 104 | 0 | 106 | 26 | 102 | 477 | 66 | 26 |
| Binary | 1010111 | 11010 | 1000100 | 0 | 1000110 | 10110 | 1000010 | 100111111 | 110110 | 10110 |
Color Harmonies of #571A44
Complementary color
Monochromatic Colors of #571A44
Black with #571A44
Text Example
Text Example
White with #571A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A44; }
p { color: rgb(87,26,68); }
H1.HeaderClassName
{
color: #571A44;
}
.AnyTagClassName
{
color: #571A44;
}
</style>
background-color css
<style>
a { background-color: #571A44; }
a { background-color: rgb(87,26,68); }
div.DivClassName
{
background-color: #571A44;
}
.BgClassName
{
background-color: #571A44;
}
</style>
border-color css
<style>
span { border-color: #571A44; }
span { border-color: rgb(87,26,68); }
td.TdClassName
{
border-color: #571A44;
}
.TagClassName
{
border-color: #571A44;
}
</style>