Shades of Pompadour #5A1835
Tints of Pompadour #5A1835
RGB
CMYK
RGB Variations
Color information
#5A1835 (or 0x5A1835) is known color: Pompadour. HEX triplet: 5A, 18 and 35. RGB value is (90,24,53). Sum of RGB (Red+Green+Blue) = 90+24+53=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 53 (21.09% from 255 or 31.74% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1835 is #A5E7CA. Grayscale: #2E2E2E. Windows color (decimal): -10872779 or 3479642. OLE color: 3479642.
HSL color Cylindrical-coordinate representation of color #5A1835: hue angle of 333.64º 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 #5A1835 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 24 | 53 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.65 |
| HSL | 333.64º | 0.58% | 0.22% | - |
| HSV(B) | 333.64º | 0.73% | 0.35% | - |
| XYZ | 5.19 | 3.08 | 3.69 | - |
| YUV | 47.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 53 | 0 | 0.73 | 0.41 | 0.65 | 333.64 | 0.58 | 0.22 |
| Hex | 5A | 18 | 35 | 0 | 49 | 29 | 41 | 14E | 3A | 16 |
| Octal | 132 | 30 | 65 | 0 | 111 | 51 | 101 | 516 | 72 | 26 |
| Binary | 1011010 | 11000 | 110101 | 0 | 1001001 | 101001 | 1000001 | 101001110 | 111010 | 10110 |
Color Harmonies of #5A1835
Complementary color
Monochromatic Colors of #5A1835
Black with #5A1835
Text Example
Text Example
White with #5A1835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1835; }
p { color: rgb(90,24,53); }
H1.HeaderClassName
{
color: #5A1835;
}
.AnyTagClassName
{
color: #5A1835;
}
</style>
background-color css
<style>
a { background-color: #5A1835; }
a { background-color: rgb(90,24,53); }
div.DivClassName
{
background-color: #5A1835;
}
.BgClassName
{
background-color: #5A1835;
}
</style>
border-color css
<style>
span { border-color: #5A1835; }
span { border-color: rgb(90,24,53); }
td.TdClassName
{
border-color: #5A1835;
}
.TagClassName
{
border-color: #5A1835;
}
</style>