Shades of Pompadour #561B42
Tints of Pompadour #561B42
RGB
CMYK
RGB Variations
Color information
#561B42 (or 0x561B42) is known color: Pompadour. HEX triplet: 56, 1B and 42. RGB value is (86,27,66). Sum of RGB (Red+Green+Blue) = 86+27+66=179 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.04% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 86 - color contains mainly: red. Hex color #561B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B42 is #A9E4BD. Grayscale: #303030. Windows color (decimal): -11134142 or 4332374. OLE color: 4332374.
HSL color Cylindrical-coordinate representation of color #561B42: hue angle of 320.34º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #561B42 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 27 | 66 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.66 |
| HSL | 320.34º | 0.52% | 0.22% | - |
| HSV(B) | 320.34º | 0.69% | 0.34% | - |
| XYZ | 5.21 | 3.16 | 5.49 | - |
| YUV | 49.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 66 | 0 | 0.69 | 0.23 | 0.66 | 320.34 | 0.52 | 0.22 |
| Hex | 56 | 1B | 42 | 0 | 45 | 17 | 42 | 140 | 34 | 16 |
| Octal | 126 | 33 | 102 | 0 | 105 | 27 | 102 | 500 | 64 | 26 |
| Binary | 1010110 | 11011 | 1000010 | 0 | 1000101 | 10111 | 1000010 | 101000000 | 110100 | 10110 |
Color Harmonies of #561B42
Complementary color
Monochromatic Colors of #561B42
Black with #561B42
Text Example
Text Example
White with #561B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B42; }
p { color: rgb(86,27,66); }
H1.HeaderClassName
{
color: #561B42;
}
.AnyTagClassName
{
color: #561B42;
}
</style>
background-color css
<style>
a { background-color: #561B42; }
a { background-color: rgb(86,27,66); }
div.DivClassName
{
background-color: #561B42;
}
.BgClassName
{
background-color: #561B42;
}
</style>
border-color css
<style>
span { border-color: #561B42; }
span { border-color: rgb(86,27,66); }
td.TdClassName
{
border-color: #561B42;
}
.TagClassName
{
border-color: #561B42;
}
</style>