Shades of Pompadour #561B3F
Tints of Pompadour #561B3F
RGB
CMYK
RGB Variations
Color information
#561B3F (or 0x561B3F) is known color: Pompadour. HEX triplet: 56, 1B and 3F. RGB value is (86,27,63). Sum of RGB (Red+Green+Blue) = 86+27+63=176 (23% of max value = 765). Red value is 86 (33.98% from 255 or 48.86% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 86 - color contains mainly: red. Hex color #561B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #561B3F is #A9E4C0. Grayscale: #303030. Windows color (decimal): -11134145 or 4135766. OLE color: 4135766.
HSL color Cylindrical-coordinate representation of color #561B3F: hue angle of 323.39º 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 #561B3F is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 27 | 63 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.66 |
| HSL | 323.39º | 0.52% | 0.22% | - |
| HSV(B) | 323.39º | 0.69% | 0.34% | - |
| XYZ | 5.13 | 3.12 | 5.03 | - |
| YUV | 48.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 27 | 63 | 0 | 0.69 | 0.27 | 0.66 | 323.39 | 0.52 | 0.22 |
| Hex | 56 | 1B | 3F | 0 | 45 | 1B | 42 | 143 | 34 | 16 |
| Octal | 126 | 33 | 77 | 0 | 105 | 33 | 102 | 503 | 64 | 26 |
| Binary | 1010110 | 11011 | 111111 | 0 | 1000101 | 11011 | 1000010 | 101000011 | 110100 | 10110 |
Color Harmonies of #561B3F
Complementary color
Monochromatic Colors of #561B3F
Black with #561B3F
Text Example
Text Example
White with #561B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561B3F; }
p { color: rgb(86,27,63); }
H1.HeaderClassName
{
color: #561B3F;
}
.AnyTagClassName
{
color: #561B3F;
}
</style>
background-color css
<style>
a { background-color: #561B3F; }
a { background-color: rgb(86,27,63); }
div.DivClassName
{
background-color: #561B3F;
}
.BgClassName
{
background-color: #561B3F;
}
</style>
border-color css
<style>
span { border-color: #561B3F; }
span { border-color: rgb(86,27,63); }
td.TdClassName
{
border-color: #561B3F;
}
.TagClassName
{
border-color: #561B3F;
}
</style>