Shades of Pompadour #572644
Tints of Pompadour #572644
RGB
CMYK
RGB Variations
Color information
#572644 (or 0x572644) is known color: Pompadour. HEX triplet: 57, 26 and 44. RGB value is (87,38,68). Sum of RGB (Red+Green+Blue) = 87+38+68=193 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.08% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 87 - color contains mainly: red. Hex color #572644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572644 is #A8D9BB. Grayscale: #383838. Windows color (decimal): -11065788 or 4466263. OLE color: 4466263.
HSL color Cylindrical-coordinate representation of color #572644: hue angle of 323.27º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #572644 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 38 | 68 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.66 |
| HSL | 323.27º | 0.39% | 0.25% | - |
| HSV(B) | 323.27º | 0.56% | 0.34% | - |
| XYZ | 5.67 | 3.83 | 5.91 | - |
| YUV | 56.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 38 | 68 | 0 | 0.56 | 0.22 | 0.66 | 323.27 | 0.39 | 0.25 |
| Hex | 57 | 26 | 44 | 0 | 38 | 16 | 42 | 143 | 27 | 19 |
| Octal | 127 | 46 | 104 | 0 | 70 | 26 | 102 | 503 | 47 | 31 |
| Binary | 1010111 | 100110 | 1000100 | 0 | 111000 | 10110 | 1000010 | 101000011 | 100111 | 11001 |
Color Harmonies of #572644
Complementary color
Monochromatic Colors of #572644
Black with #572644
Text Example
Text Example
White with #572644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #572644; }
p { color: rgb(87,38,68); }
H1.HeaderClassName
{
color: #572644;
}
.AnyTagClassName
{
color: #572644;
}
</style>
background-color css
<style>
a { background-color: #572644; }
a { background-color: rgb(87,38,68); }
div.DivClassName
{
background-color: #572644;
}
.BgClassName
{
background-color: #572644;
}
</style>
border-color css
<style>
span { border-color: #572644; }
span { border-color: rgb(87,38,68); }
td.TdClassName
{
border-color: #572644;
}
.TagClassName
{
border-color: #572644;
}
</style>