Shades of Pompadour #561E3B
Tints of Pompadour #561E3B
RGB
CMYK
RGB Variations
Color information
#561E3B (or 0x561E3B) is known color: Pompadour. HEX triplet: 56, 1E and 3B. RGB value is (86,30,59). Sum of RGB (Red+Green+Blue) = 86+30+59=175 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.14% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 86 - color contains mainly: red. Hex color #561E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561E3B is #A9E1C4. Grayscale: #313131. Windows color (decimal): -11133381 or 3874390. OLE color: 3874390.
HSL color Cylindrical-coordinate representation of color #561E3B: hue angle of 328.93º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #561E3B is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 30 | 59 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.66 |
| HSL | 328.93º | 0.48% | 0.23% | - |
| HSV(B) | 328.93º | 0.65% | 0.34% | - |
| XYZ | 5.09 | 3.22 | 4.49 | - |
| YUV | 50.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 30 | 59 | 0 | 0.65 | 0.31 | 0.66 | 328.93 | 0.48 | 0.23 |
| Hex | 56 | 1E | 3B | 0 | 41 | 1F | 42 | 149 | 30 | 17 |
| Octal | 126 | 36 | 73 | 0 | 101 | 37 | 102 | 511 | 60 | 27 |
| Binary | 1010110 | 11110 | 111011 | 0 | 1000001 | 11111 | 1000010 | 101001001 | 110000 | 10111 |
Color Harmonies of #561E3B
Complementary color
Monochromatic Colors of #561E3B
Black with #561E3B
Text Example
Text Example
White with #561E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561E3B; }
p { color: rgb(86,30,59); }
H1.HeaderClassName
{
color: #561E3B;
}
.AnyTagClassName
{
color: #561E3B;
}
</style>
background-color css
<style>
a { background-color: #561E3B; }
a { background-color: rgb(86,30,59); }
div.DivClassName
{
background-color: #561E3B;
}
.BgClassName
{
background-color: #561E3B;
}
</style>
border-color css
<style>
span { border-color: #561E3B; }
span { border-color: rgb(86,30,59); }
td.TdClassName
{
border-color: #561E3B;
}
.TagClassName
{
border-color: #561E3B;
}
</style>