Shades of Pompadour #56223E
Tints of Pompadour #56223E
RGB
CMYK
RGB Variations
Color information
#56223E (or 0x56223E) is known color: Pompadour. HEX triplet: 56, 22 and 3E. RGB value is (86,34,62). Sum of RGB (Red+Green+Blue) = 86+34+62=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #56223E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56223E is #A9DDC1. Grayscale: #343434. Windows color (decimal): -11132354 or 4072022. OLE color: 4072022.
HSL color Cylindrical-coordinate representation of color #56223E: hue angle of 327.69º 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 #56223E is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 34 | 62 | - |
| CMYK | 0 | 0.60 | 0.28 | 0.66 |
| HSL | 327.69º | 0.43% | 0.24% | - |
| HSV(B) | 327.69º | 0.6% | 0.34% | - |
| XYZ | 5.28 | 3.47 | 4.95 | - |
| YUV | 52.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 34 | 62 | 0 | 0.60 | 0.28 | 0.66 | 327.69 | 0.43 | 0.24 |
| Hex | 56 | 22 | 3E | 0 | 3C | 1C | 42 | 148 | 2B | 18 |
| Octal | 126 | 42 | 76 | 0 | 74 | 34 | 102 | 510 | 53 | 30 |
| Binary | 1010110 | 100010 | 111110 | 0 | 111100 | 11100 | 1000010 | 101001000 | 101011 | 11000 |
Color Harmonies of #56223E
Complementary color
Monochromatic Colors of #56223E
Black with #56223E
Text Example
Text Example
White with #56223E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56223E; }
p { color: rgb(86,34,62); }
H1.HeaderClassName
{
color: #56223E;
}
.AnyTagClassName
{
color: #56223E;
}
</style>
background-color css
<style>
a { background-color: #56223E; }
a { background-color: rgb(86,34,62); }
div.DivClassName
{
background-color: #56223E;
}
.BgClassName
{
background-color: #56223E;
}
</style>
border-color css
<style>
span { border-color: #56223E; }
span { border-color: rgb(86,34,62); }
td.TdClassName
{
border-color: #56223E;
}
.TagClassName
{
border-color: #56223E;
}
</style>