Shades of Pompadour #56163E
Tints of Pompadour #56163E
RGB
CMYK
RGB Variations
Color information
#56163E (or 0x56163E) is known color: Pompadour. HEX triplet: 56, 16 and 3E. RGB value is (86,22,62). Sum of RGB (Red+Green+Blue) = 86+22+62=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 62 (24.61% from 255 or 36.47% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #56163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56163E is #A9E9C1. Grayscale: #2D2D2D. Windows color (decimal): -11135426 or 4068950. OLE color: 4068950.
HSL color Cylindrical-coordinate representation of color #56163E: hue angle of 322.5º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56163E is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 22 | 62 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.66 |
| HSL | 322.5º | 0.59% | 0.21% | - |
| HSV(B) | 322.5º | 0.74% | 0.34% | - |
| XYZ | 4.99 | 2.9 | 4.85 | - |
| YUV | 45.7 | 137.2 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 62 | 0 | 0.74 | 0.28 | 0.66 | 322.5 | 0.59 | 0.21 |
| Hex | 56 | 16 | 3E | 0 | 4A | 1C | 42 | 142 | 3B | 15 |
| Octal | 126 | 26 | 76 | 0 | 112 | 34 | 102 | 502 | 73 | 25 |
| Binary | 1010110 | 10110 | 111110 | 0 | 1001010 | 11100 | 1000010 | 101000010 | 111011 | 10101 |
Color Harmonies of #56163E
Complementary color
Monochromatic Colors of #56163E
Black with #56163E
Text Example
Text Example
White with #56163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56163E; }
p { color: rgb(86,22,62); }
H1.HeaderClassName
{
color: #56163E;
}
.AnyTagClassName
{
color: #56163E;
}
</style>
background-color css
<style>
a { background-color: #56163E; }
a { background-color: rgb(86,22,62); }
div.DivClassName
{
background-color: #56163E;
}
.BgClassName
{
background-color: #56163E;
}
</style>
border-color css
<style>
span { border-color: #56163E; }
span { border-color: rgb(86,22,62); }
td.TdClassName
{
border-color: #56163E;
}
.TagClassName
{
border-color: #56163E;
}
</style>