Shades of Pompadour #56163F
Tints of Pompadour #56163F
RGB
CMYK
RGB Variations
Color information
#56163F (or 0x56163F) is known color: Pompadour. HEX triplet: 56, 16 and 3F. RGB value is (86,22,63). Sum of RGB (Red+Green+Blue) = 86+22+63=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 63 (25% from 255 or 36.84% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #56163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56163F is #A9E9C0. Grayscale: #2D2D2D. Windows color (decimal): -11135425 or 4134486. OLE color: 4134486.
HSL color Cylindrical-coordinate representation of color #56163F: hue angle of 321.56º 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 #56163F is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 22 | 63 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.66 |
| HSL | 321.56º | 0.59% | 0.21% | - |
| HSV(B) | 321.56º | 0.74% | 0.34% | - |
| XYZ | 5.02 | 2.91 | 5 | - |
| YUV | 45.81 | 137.7 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 63 | 0 | 0.74 | 0.27 | 0.66 | 321.56 | 0.59 | 0.21 |
| Hex | 56 | 16 | 3F | 0 | 4A | 1B | 42 | 142 | 3B | 15 |
| Octal | 126 | 26 | 77 | 0 | 112 | 33 | 102 | 502 | 73 | 25 |
| Binary | 1010110 | 10110 | 111111 | 0 | 1001010 | 11011 | 1000010 | 101000010 | 111011 | 10101 |
Color Harmonies of #56163F
Complementary color
Monochromatic Colors of #56163F
Black with #56163F
Text Example
Text Example
White with #56163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56163F; }
p { color: rgb(86,22,63); }
H1.HeaderClassName
{
color: #56163F;
}
.AnyTagClassName
{
color: #56163F;
}
</style>
background-color css
<style>
a { background-color: #56163F; }
a { background-color: rgb(86,22,63); }
div.DivClassName
{
background-color: #56163F;
}
.BgClassName
{
background-color: #56163F;
}
</style>
border-color css
<style>
span { border-color: #56163F; }
span { border-color: rgb(86,22,63); }
td.TdClassName
{
border-color: #56163F;
}
.TagClassName
{
border-color: #56163F;
}
</style>