Shades of Pompadour #56183D
Tints of Pompadour #56183D
RGB
CMYK
RGB Variations
Color information
#56183D (or 0x56183D) is known color: Pompadour. HEX triplet: 56, 18 and 3D. RGB value is (86,24,61). Sum of RGB (Red+Green+Blue) = 86+24+61=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #56183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56183D is #A9E7C2. Grayscale: #2E2E2E. Windows color (decimal): -11134915 or 4003926. OLE color: 4003926.
HSL color Cylindrical-coordinate representation of color #56183D: hue angle of 324.19º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #56183D is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 24 | 61 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.66 |
| HSL | 324.19º | 0.56% | 0.22% | - |
| HSV(B) | 324.19º | 0.72% | 0.34% | - |
| XYZ | 5.01 | 2.97 | 4.72 | - |
| YUV | 46.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 61 | 0 | 0.72 | 0.29 | 0.66 | 324.19 | 0.56 | 0.22 |
| Hex | 56 | 18 | 3D | 0 | 48 | 1D | 42 | 144 | 38 | 16 |
| Octal | 126 | 30 | 75 | 0 | 110 | 35 | 102 | 504 | 70 | 26 |
| Binary | 1010110 | 11000 | 111101 | 0 | 1001000 | 11101 | 1000010 | 101000100 | 111000 | 10110 |
Color Harmonies of #56183D
Complementary color
Monochromatic Colors of #56183D
Black with #56183D
Text Example
Text Example
White with #56183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56183D; }
p { color: rgb(86,24,61); }
H1.HeaderClassName
{
color: #56183D;
}
.AnyTagClassName
{
color: #56183D;
}
</style>
background-color css
<style>
a { background-color: #56183D; }
a { background-color: rgb(86,24,61); }
div.DivClassName
{
background-color: #56183D;
}
.BgClassName
{
background-color: #56183D;
}
</style>
border-color css
<style>
span { border-color: #56183D; }
span { border-color: rgb(86,24,61); }
td.TdClassName
{
border-color: #56183D;
}
.TagClassName
{
border-color: #56183D;
}
</style>