Shades of Pompadour #541F3F
Tints of Pompadour #541F3F
RGB
CMYK
RGB Variations
Color information
#541F3F (or 0x541F3F) is known color: Pompadour. HEX triplet: 54, 1F and 3F. RGB value is (84,31,63). Sum of RGB (Red+Green+Blue) = 84+31+63=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #541F3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541F3F is #ABE0C0. Grayscale: #323232. Windows color (decimal): -11264193 or 4136788. OLE color: 4136788.
HSL color Cylindrical-coordinate representation of color #541F3F: hue angle of 323.77º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #541F3F is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 31 | 63 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.67 |
| HSL | 323.77º | 0.46% | 0.23% | - |
| HSV(B) | 323.77º | 0.63% | 0.33% | - |
| XYZ | 5.04 | 3.22 | 5.06 | - |
| YUV | 50.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 63 | 0 | 0.63 | 0.25 | 0.67 | 323.77 | 0.46 | 0.23 |
| Hex | 54 | 1F | 3F | 0 | 3F | 19 | 43 | 144 | 2E | 17 |
| Octal | 124 | 37 | 77 | 0 | 77 | 31 | 103 | 504 | 56 | 27 |
| Binary | 1010100 | 11111 | 111111 | 0 | 111111 | 11001 | 1000011 | 101000100 | 101110 | 10111 |
Color Harmonies of #541F3F
Complementary color
Monochromatic Colors of #541F3F
Black with #541F3F
Text Example
Text Example
White with #541F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541F3F; }
p { color: rgb(84,31,63); }
H1.HeaderClassName
{
color: #541F3F;
}
.AnyTagClassName
{
color: #541F3F;
}
</style>
background-color css
<style>
a { background-color: #541F3F; }
a { background-color: rgb(84,31,63); }
div.DivClassName
{
background-color: #541F3F;
}
.BgClassName
{
background-color: #541F3F;
}
</style>
border-color css
<style>
span { border-color: #541F3F; }
span { border-color: rgb(84,31,63); }
td.TdClassName
{
border-color: #541F3F;
}
.TagClassName
{
border-color: #541F3F;
}
</style>