Shades of Pompadour #56173F
Tints of Pompadour #56173F
RGB
CMYK
RGB Variations
Color information
#56173F (or 0x56173F) is known color: Pompadour. HEX triplet: 56, 17 and 3F. RGB value is (86,23,63). Sum of RGB (Red+Green+Blue) = 86+23+63=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #56173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56173F is #A9E8C0. Grayscale: #2E2E2E. Windows color (decimal): -11135169 or 4134742. OLE color: 4134742.
HSL color Cylindrical-coordinate representation of color #56173F: hue angle of 321.9º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56173F is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 23 | 63 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.66 |
| HSL | 321.9º | 0.58% | 0.21% | - |
| HSV(B) | 321.9º | 0.73% | 0.34% | - |
| XYZ | 5.04 | 2.95 | 5.01 | - |
| YUV | 46.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 63 | 0 | 0.73 | 0.27 | 0.66 | 321.9 | 0.58 | 0.21 |
| Hex | 56 | 17 | 3F | 0 | 49 | 1B | 42 | 142 | 3A | 15 |
| Octal | 126 | 27 | 77 | 0 | 111 | 33 | 102 | 502 | 72 | 25 |
| Binary | 1010110 | 10111 | 111111 | 0 | 1001001 | 11011 | 1000010 | 101000010 | 111010 | 10101 |
Color Harmonies of #56173F
Complementary color
Monochromatic Colors of #56173F
Black with #56173F
Text Example
Text Example
White with #56173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56173F; }
p { color: rgb(86,23,63); }
H1.HeaderClassName
{
color: #56173F;
}
.AnyTagClassName
{
color: #56173F;
}
</style>
background-color css
<style>
a { background-color: #56173F; }
a { background-color: rgb(86,23,63); }
div.DivClassName
{
background-color: #56173F;
}
.BgClassName
{
background-color: #56173F;
}
</style>
border-color css
<style>
span { border-color: #56173F; }
span { border-color: rgb(86,23,63); }
td.TdClassName
{
border-color: #56173F;
}
.TagClassName
{
border-color: #56173F;
}
</style>