Shades of Pompadour #572843
Tints of Pompadour #572843
RGB
CMYK
RGB Variations
Color information
#572843 (or 0x572843) is known color: Pompadour. HEX triplet: 57, 28 and 43. RGB value is (87,40,67). Sum of RGB (Red+Green+Blue) = 87+40+67=194 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.85% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 87 - color contains mainly: red. Hex color #572843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572843 is #A8D7BC. Grayscale: #393939. Windows color (decimal): -11065277 or 4401239. OLE color: 4401239.
HSL color Cylindrical-coordinate representation of color #572843: hue angle of 325.53º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #572843 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 40 | 67 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.66 |
| HSL | 325.53º | 0.37% | 0.25% | - |
| HSV(B) | 325.53º | 0.54% | 0.34% | - |
| XYZ | 5.7 | 3.95 | 5.77 | - |
| YUV | 57.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 40 | 67 | 0 | 0.54 | 0.23 | 0.66 | 325.53 | 0.37 | 0.25 |
| Hex | 57 | 28 | 43 | 0 | 36 | 17 | 42 | 146 | 25 | 19 |
| Octal | 127 | 50 | 103 | 0 | 66 | 27 | 102 | 506 | 45 | 31 |
| Binary | 1010111 | 101000 | 1000011 | 0 | 110110 | 10111 | 1000010 | 101000110 | 100101 | 11001 |
Color Harmonies of #572843
Complementary color
Monochromatic Colors of #572843
Black with #572843
Text Example
Text Example
White with #572843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572843; }
p { color: rgb(87,40,67); }
H1.HeaderClassName
{
color: #572843;
}
.AnyTagClassName
{
color: #572843;
}
</style>
background-color css
<style>
a { background-color: #572843; }
a { background-color: rgb(87,40,67); }
div.DivClassName
{
background-color: #572843;
}
.BgClassName
{
background-color: #572843;
}
</style>
border-color css
<style>
span { border-color: #572843; }
span { border-color: rgb(87,40,67); }
td.TdClassName
{
border-color: #572843;
}
.TagClassName
{
border-color: #572843;
}
</style>