Shades of Pompadour #561E40
Tints of Pompadour #561E40
RGB
CMYK
RGB Variations
Color information
#561E40 (or 0x561E40) is known color: Pompadour. HEX triplet: 56, 1E and 40. RGB value is (86,30,64). Sum of RGB (Red+Green+Blue) = 86+30+64=180 (23% of max value = 765). Red value is 86 (33.98% from 255 or 47.78% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 86 - color contains mainly: red. Hex color #561E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E40 is #A9E1BF. Grayscale: #323232. Windows color (decimal): -11133376 or 4202070. OLE color: 4202070.
HSL color Cylindrical-coordinate representation of color #561E40: hue angle of 323.57º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #561E40 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 64 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.66 |
| HSL | 323.57º | 0.48% | 0.23% | - |
| HSV(B) | 323.57º | 0.65% | 0.34% | - |
| XYZ | 5.23 | 3.28 | 5.21 | - |
| YUV | 50.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 64 | 0 | 0.65 | 0.26 | 0.66 | 323.57 | 0.48 | 0.23 |
| Hex | 56 | 1E | 40 | 0 | 41 | 1A | 42 | 144 | 30 | 17 |
| Octal | 126 | 36 | 100 | 0 | 101 | 32 | 102 | 504 | 60 | 27 |
| Binary | 1010110 | 11110 | 1000000 | 0 | 1000001 | 11010 | 1000010 | 101000100 | 110000 | 10111 |
Color Harmonies of #561E40
Complementary color
Monochromatic Colors of #561E40
Black with #561E40
Text Example
Text Example
White with #561E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E40; }
p { color: rgb(86,30,64); }
H1.HeaderClassName
{
color: #561E40;
}
.AnyTagClassName
{
color: #561E40;
}
</style>
background-color css
<style>
a { background-color: #561E40; }
a { background-color: rgb(86,30,64); }
div.DivClassName
{
background-color: #561E40;
}
.BgClassName
{
background-color: #561E40;
}
</style>
border-color css
<style>
span { border-color: #561E40; }
span { border-color: rgb(86,30,64); }
td.TdClassName
{
border-color: #561E40;
}
.TagClassName
{
border-color: #561E40;
}
</style>