Shades of Pompadour #5A1836
Tints of Pompadour #5A1836
RGB
CMYK
RGB Variations
Color information
#5A1836 (or 0x5A1836) is known color: Pompadour. HEX triplet: 5A, 18 and 36. RGB value is (90,24,54). Sum of RGB (Red+Green+Blue) = 90+24+54=168 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.57% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 54 (21.48% from 255 or 32.14% from 168); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1836 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1836 is #A5E7C9. Grayscale: #2F2F2F. Windows color (decimal): -10872778 or 3545178. OLE color: 3545178.
HSL color Cylindrical-coordinate representation of color #5A1836: hue angle of 332.73º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A1836 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 24 | 54 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.65 |
| HSL | 332.73º | 0.58% | 0.22% | - |
| HSV(B) | 332.73º | 0.73% | 0.35% | - |
| XYZ | 5.21 | 3.09 | 3.81 | - |
| YUV | 47.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 54 | 0 | 0.73 | 0.40 | 0.65 | 332.73 | 0.58 | 0.22 |
| Hex | 5A | 18 | 36 | 0 | 49 | 28 | 41 | 14D | 3A | 16 |
| Octal | 132 | 30 | 66 | 0 | 111 | 50 | 101 | 515 | 72 | 26 |
| Binary | 1011010 | 11000 | 110110 | 0 | 1001001 | 101000 | 1000001 | 101001101 | 111010 | 10110 |
Color Harmonies of #5A1836
Complementary color
Monochromatic Colors of #5A1836
Black with #5A1836
Text Example
Text Example
White with #5A1836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1836; }
p { color: rgb(90,24,54); }
H1.HeaderClassName
{
color: #5A1836;
}
.AnyTagClassName
{
color: #5A1836;
}
</style>
background-color css
<style>
a { background-color: #5A1836; }
a { background-color: rgb(90,24,54); }
div.DivClassName
{
background-color: #5A1836;
}
.BgClassName
{
background-color: #5A1836;
}
</style>
border-color css
<style>
span { border-color: #5A1836; }
span { border-color: rgb(90,24,54); }
td.TdClassName
{
border-color: #5A1836;
}
.TagClassName
{
border-color: #5A1836;
}
</style>