Shades of Pompadour #571A3C
Tints of Pompadour #571A3C
RGB
CMYK
RGB Variations
Color information
#571A3C (or 0x571A3C) is known color: Pompadour. HEX triplet: 57, 1A and 3C. RGB value is (87,26,60). Sum of RGB (Red+Green+Blue) = 87+26+60=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #571A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A3C is #A8E5C3. Grayscale: #303030. Windows color (decimal): -11068868 or 3938903. OLE color: 3938903.
HSL color Cylindrical-coordinate representation of color #571A3C: hue angle of 326.56º 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 #571A3C is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 26 | 60 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.66 |
| HSL | 326.56º | 0.54% | 0.22% | - |
| HSV(B) | 326.56º | 0.7% | 0.34% | - |
| XYZ | 5.12 | 3.09 | 4.6 | - |
| YUV | 48.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 60 | 0 | 0.70 | 0.31 | 0.66 | 326.56 | 0.54 | 0.22 |
| Hex | 57 | 1A | 3C | 0 | 46 | 1F | 42 | 147 | 36 | 16 |
| Octal | 127 | 32 | 74 | 0 | 106 | 37 | 102 | 507 | 66 | 26 |
| Binary | 1010111 | 11010 | 111100 | 0 | 1000110 | 11111 | 1000010 | 101000111 | 110110 | 10110 |
Color Harmonies of #571A3C
Complementary color
Monochromatic Colors of #571A3C
Black with #571A3C
Text Example
Text Example
White with #571A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A3C; }
p { color: rgb(87,26,60); }
H1.HeaderClassName
{
color: #571A3C;
}
.AnyTagClassName
{
color: #571A3C;
}
</style>
background-color css
<style>
a { background-color: #571A3C; }
a { background-color: rgb(87,26,60); }
div.DivClassName
{
background-color: #571A3C;
}
.BgClassName
{
background-color: #571A3C;
}
</style>
border-color css
<style>
span { border-color: #571A3C; }
span { border-color: rgb(87,26,60); }
td.TdClassName
{
border-color: #571A3C;
}
.TagClassName
{
border-color: #571A3C;
}
</style>