Shades of Pompadour #5A2445
Tints of Pompadour #5A2445
RGB
CMYK
RGB Variations
Color information
#5A2445 (or 0x5A2445) is known color: Pompadour. HEX triplet: 5A, 24 and 45. RGB value is (90,36,69). Sum of RGB (Red+Green+Blue) = 90+36+69=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2445 is #A5DBBA. Grayscale: #373737. Windows color (decimal): -10869691 or 4531290. OLE color: 4531290.
HSL color Cylindrical-coordinate representation of color #5A2445: hue angle of 323.33º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A2445 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 36 | 69 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.65 |
| HSL | 323.33º | 0.43% | 0.25% | - |
| HSV(B) | 323.33º | 0.6% | 0.35% | - |
| XYZ | 5.92 | 3.87 | 6.06 | - |
| YUV | 55.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 69 | 0 | 0.60 | 0.23 | 0.65 | 323.33 | 0.43 | 0.25 |
| Hex | 5A | 24 | 45 | 0 | 3C | 17 | 41 | 143 | 2B | 19 |
| Octal | 132 | 44 | 105 | 0 | 74 | 27 | 101 | 503 | 53 | 31 |
| Binary | 1011010 | 100100 | 1000101 | 0 | 111100 | 10111 | 1000001 | 101000011 | 101011 | 11001 |
Color Harmonies of #5A2445
Complementary color
Monochromatic Colors of #5A2445
Black with #5A2445
Text Example
Text Example
White with #5A2445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2445; }
p { color: rgb(90,36,69); }
H1.HeaderClassName
{
color: #5A2445;
}
.AnyTagClassName
{
color: #5A2445;
}
</style>
background-color css
<style>
a { background-color: #5A2445; }
a { background-color: rgb(90,36,69); }
div.DivClassName
{
background-color: #5A2445;
}
.BgClassName
{
background-color: #5A2445;
}
</style>
border-color css
<style>
span { border-color: #5A2445; }
span { border-color: rgb(90,36,69); }
td.TdClassName
{
border-color: #5A2445;
}
.TagClassName
{
border-color: #5A2445;
}
</style>