Shades of Pompadour #56183E
Tints of Pompadour #56183E
RGB
CMYK
RGB Variations
Color information
#56183E (or 0x56183E) is known color: Pompadour. HEX triplet: 56, 18 and 3E. RGB value is (86,24,62). Sum of RGB (Red+Green+Blue) = 86+24+62=172 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 86 - color contains mainly: red. Hex color #56183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56183E is #A9E7C1. Grayscale: #2E2E2E. Windows color (decimal): -11134914 or 4069462. OLE color: 4069462.
HSL color Cylindrical-coordinate representation of color #56183E: hue angle of 323.23º 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 #56183E is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 24 | 62 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.66 |
| HSL | 323.23º | 0.56% | 0.22% | - |
| HSV(B) | 323.23º | 0.72% | 0.34% | - |
| XYZ | 5.03 | 2.98 | 4.87 | - |
| YUV | 46.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 62 | 0 | 0.72 | 0.28 | 0.66 | 323.23 | 0.56 | 0.22 |
| Hex | 56 | 18 | 3E | 0 | 48 | 1C | 42 | 143 | 38 | 16 |
| Octal | 126 | 30 | 76 | 0 | 110 | 34 | 102 | 503 | 70 | 26 |
| Binary | 1010110 | 11000 | 111110 | 0 | 1001000 | 11100 | 1000010 | 101000011 | 111000 | 10110 |
Color Harmonies of #56183E
Complementary color
Monochromatic Colors of #56183E
Black with #56183E
Text Example
Text Example
White with #56183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56183E; }
p { color: rgb(86,24,62); }
H1.HeaderClassName
{
color: #56183E;
}
.AnyTagClassName
{
color: #56183E;
}
</style>
background-color css
<style>
a { background-color: #56183E; }
a { background-color: rgb(86,24,62); }
div.DivClassName
{
background-color: #56183E;
}
.BgClassName
{
background-color: #56183E;
}
</style>
border-color css
<style>
span { border-color: #56183E; }
span { border-color: rgb(86,24,62); }
td.TdClassName
{
border-color: #56183E;
}
.TagClassName
{
border-color: #56183E;
}
</style>