Shades of Pompadour #561A40
Tints of Pompadour #561A40
RGB
CMYK
RGB Variations
Color information
#561A40 (or 0x561A40) is known color: Pompadour. HEX triplet: 56, 1A and 40. RGB value is (86,26,64). Sum of RGB (Red+Green+Blue) = 86+26+64=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #561A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561A40 is #A9E5BF. Grayscale: #303030. Windows color (decimal): -11134400 or 4201046. OLE color: 4201046.
HSL color Cylindrical-coordinate representation of color #561A40: hue angle of 322º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #561A40 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 26 | 64 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.66 |
| HSL | 322º | 0.54% | 0.22% | - |
| HSV(B) | 322º | 0.7% | 0.34% | - |
| XYZ | 5.13 | 3.09 | 5.18 | - |
| YUV | 48.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 26 | 64 | 0 | 0.70 | 0.26 | 0.66 | 322 | 0.54 | 0.22 |
| Hex | 56 | 1A | 40 | 0 | 46 | 1A | 42 | 142 | 36 | 16 |
| Octal | 126 | 32 | 100 | 0 | 106 | 32 | 102 | 502 | 66 | 26 |
| Binary | 1010110 | 11010 | 1000000 | 0 | 1000110 | 11010 | 1000010 | 101000010 | 110110 | 10110 |
Color Harmonies of #561A40
Complementary color
Monochromatic Colors of #561A40
Black with #561A40
Text Example
Text Example
White with #561A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561A40; }
p { color: rgb(86,26,64); }
H1.HeaderClassName
{
color: #561A40;
}
.AnyTagClassName
{
color: #561A40;
}
</style>
background-color css
<style>
a { background-color: #561A40; }
a { background-color: rgb(86,26,64); }
div.DivClassName
{
background-color: #561A40;
}
.BgClassName
{
background-color: #561A40;
}
</style>
border-color css
<style>
span { border-color: #561A40; }
span { border-color: rgb(86,26,64); }
td.TdClassName
{
border-color: #561A40;
}
.TagClassName
{
border-color: #561A40;
}
</style>