Shades of Pompadour #571D42
Tints of Pompadour #571D42
RGB
CMYK
RGB Variations
Color information
#571D42 (or 0x571D42) is known color: Pompadour. HEX triplet: 57, 1D and 42. RGB value is (87,29,66). Sum of RGB (Red+Green+Blue) = 87+29+66=182 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.80% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 87 - color contains mainly: red. Hex color #571D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571D42 is #A8E2BD. Grayscale: #323232. Windows color (decimal): -11068094 or 4332887. OLE color: 4332887.
HSL color Cylindrical-coordinate representation of color #571D42: hue angle of 321.72º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #571D42 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 29 | 66 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.66 |
| HSL | 321.72º | 0.5% | 0.23% | - |
| HSV(B) | 321.72º | 0.67% | 0.34% | - |
| XYZ | 5.35 | 3.3 | 5.51 | - |
| YUV | 50.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 29 | 66 | 0 | 0.67 | 0.24 | 0.66 | 321.72 | 0.5 | 0.23 |
| Hex | 57 | 1D | 42 | 0 | 43 | 18 | 42 | 142 | 32 | 17 |
| Octal | 127 | 35 | 102 | 0 | 103 | 30 | 102 | 502 | 62 | 27 |
| Binary | 1010111 | 11101 | 1000010 | 0 | 1000011 | 11000 | 1000010 | 101000010 | 110010 | 10111 |
Color Harmonies of #571D42
Complementary color
Monochromatic Colors of #571D42
Black with #571D42
Text Example
Text Example
White with #571D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571D42; }
p { color: rgb(87,29,66); }
H1.HeaderClassName
{
color: #571D42;
}
.AnyTagClassName
{
color: #571D42;
}
</style>
background-color css
<style>
a { background-color: #571D42; }
a { background-color: rgb(87,29,66); }
div.DivClassName
{
background-color: #571D42;
}
.BgClassName
{
background-color: #571D42;
}
</style>
border-color css
<style>
span { border-color: #571D42; }
span { border-color: rgb(87,29,66); }
td.TdClassName
{
border-color: #571D42;
}
.TagClassName
{
border-color: #571D42;
}
</style>