Shades of Pompadour #571F3C
Tints of Pompadour #571F3C
RGB
CMYK
RGB Variations
Color information
#571F3C (or 0x571F3C) is known color: Pompadour. HEX triplet: 57, 1F and 3C. RGB value is (87,31,60). Sum of RGB (Red+Green+Blue) = 87+31+60=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #571F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571F3C is #A8E0C3. Grayscale: #323232. Windows color (decimal): -11067588 or 3940183. OLE color: 3940183.
HSL color Cylindrical-coordinate representation of color #571F3C: hue angle of 328.93º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #571F3C is Cyan = 0, Magento = 0.64, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 31 | 60 | - |
| CMYK | 0 | 0.64 | 0.31 | 0.66 |
| HSL | 328.93º | 0.47% | 0.23% | - |
| HSV(B) | 328.93º | 0.64% | 0.34% | - |
| XYZ | 5.24 | 3.33 | 4.64 | - |
| YUV | 51.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 31 | 60 | 0 | 0.64 | 0.31 | 0.66 | 328.93 | 0.47 | 0.23 |
| Hex | 57 | 1F | 3C | 0 | 40 | 1F | 42 | 149 | 2F | 17 |
| Octal | 127 | 37 | 74 | 0 | 100 | 37 | 102 | 511 | 57 | 27 |
| Binary | 1010111 | 11111 | 111100 | 0 | 1000000 | 11111 | 1000010 | 101001001 | 101111 | 10111 |
Color Harmonies of #571F3C
Complementary color
Monochromatic Colors of #571F3C
Black with #571F3C
Text Example
Text Example
White with #571F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571F3C; }
p { color: rgb(87,31,60); }
H1.HeaderClassName
{
color: #571F3C;
}
.AnyTagClassName
{
color: #571F3C;
}
</style>
background-color css
<style>
a { background-color: #571F3C; }
a { background-color: rgb(87,31,60); }
div.DivClassName
{
background-color: #571F3C;
}
.BgClassName
{
background-color: #571F3C;
}
</style>
border-color css
<style>
span { border-color: #571F3C; }
span { border-color: rgb(87,31,60); }
td.TdClassName
{
border-color: #571F3C;
}
.TagClassName
{
border-color: #571F3C;
}
</style>