Shades of Pompadour #541A42
Tints of Pompadour #541A42
RGB
CMYK
RGB Variations
Color information
#541A42 (or 0x541A42) is known color: Pompadour. HEX triplet: 54, 1A and 42. RGB value is (84,26,66). Sum of RGB (Red+Green+Blue) = 84+26+66=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 26 (10.55% from 255 or 14.77% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #541A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #541A42 is #ABE5BD. Grayscale: #2F2F2F. Windows color (decimal): -11265470 or 4332116. OLE color: 4332116.
HSL color Cylindrical-coordinate representation of color #541A42: hue angle of 318.62º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #541A42 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 26 | 66 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.67 |
| HSL | 318.62º | 0.53% | 0.22% | - |
| HSV(B) | 318.62º | 0.69% | 0.33% | - |
| XYZ | 5.01 | 3.02 | 5.47 | - |
| YUV | 47.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 66 | 0 | 0.69 | 0.21 | 0.67 | 318.62 | 0.53 | 0.22 |
| Hex | 54 | 1A | 42 | 0 | 45 | 15 | 43 | 13F | 35 | 16 |
| Octal | 124 | 32 | 102 | 0 | 105 | 25 | 103 | 477 | 65 | 26 |
| Binary | 1010100 | 11010 | 1000010 | 0 | 1000101 | 10101 | 1000011 | 100111111 | 110101 | 10110 |
Color Harmonies of #541A42
Complementary color
Monochromatic Colors of #541A42
Black with #541A42
Text Example
Text Example
White with #541A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541A42; }
p { color: rgb(84,26,66); }
H1.HeaderClassName
{
color: #541A42;
}
.AnyTagClassName
{
color: #541A42;
}
</style>
background-color css
<style>
a { background-color: #541A42; }
a { background-color: rgb(84,26,66); }
div.DivClassName
{
background-color: #541A42;
}
.BgClassName
{
background-color: #541A42;
}
</style>
border-color css
<style>
span { border-color: #541A42; }
span { border-color: rgb(84,26,66); }
td.TdClassName
{
border-color: #541A42;
}
.TagClassName
{
border-color: #541A42;
}
</style>