Shades of Pompadour #562240
Tints of Pompadour #562240
RGB
CMYK
RGB Variations
Color information
#562240 (or 0x562240) is known color: Pompadour. HEX triplet: 56, 22 and 40. RGB value is (86,34,64). Sum of RGB (Red+Green+Blue) = 86+34+64=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 34 (13.67% from 255 or 18.48% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #562240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #562240 is #A9DDBF. Grayscale: #343434. Windows color (decimal): -11132352 or 4203094. OLE color: 4203094.
HSL color Cylindrical-coordinate representation of color #562240: hue angle of 325.38º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #562240 is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 34 | 64 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.66 |
| HSL | 325.38º | 0.43% | 0.24% | - |
| HSV(B) | 325.38º | 0.6% | 0.34% | - |
| XYZ | 5.34 | 3.49 | 5.24 | - |
| YUV | 52.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 64 | 0 | 0.60 | 0.26 | 0.66 | 325.38 | 0.43 | 0.24 |
| Hex | 56 | 22 | 40 | 0 | 3C | 1A | 42 | 145 | 2B | 18 |
| Octal | 126 | 42 | 100 | 0 | 74 | 32 | 102 | 505 | 53 | 30 |
| Binary | 1010110 | 100010 | 1000000 | 0 | 111100 | 11010 | 1000010 | 101000101 | 101011 | 11000 |
Color Harmonies of #562240
Complementary color
Monochromatic Colors of #562240
Black with #562240
Text Example
Text Example
White with #562240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562240; }
p { color: rgb(86,34,64); }
H1.HeaderClassName
{
color: #562240;
}
.AnyTagClassName
{
color: #562240;
}
</style>
background-color css
<style>
a { background-color: #562240; }
a { background-color: rgb(86,34,64); }
div.DivClassName
{
background-color: #562240;
}
.BgClassName
{
background-color: #562240;
}
</style>
border-color css
<style>
span { border-color: #562240; }
span { border-color: rgb(86,34,64); }
td.TdClassName
{
border-color: #562240;
}
.TagClassName
{
border-color: #562240;
}
</style>