Shades of Pompadour #5A163B
Tints of Pompadour #5A163B
RGB
CMYK
RGB Variations
Color information
#5A163B (or 0x5A163B) is known color: Pompadour. HEX triplet: 5A, 16 and 3B. RGB value is (90,22,59). Sum of RGB (Red+Green+Blue) = 90+22+59=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 59 (23.44% from 255 or 34.50% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A163B is #A5E9C4. Grayscale: #2E2E2E. Windows color (decimal): -10873285 or 3872346. OLE color: 3872346.
HSL color Cylindrical-coordinate representation of color #5A163B: hue angle of 327.35º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A163B is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 59 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.65 |
| HSL | 327.35º | 0.61% | 0.22% | - |
| HSV(B) | 327.35º | 0.76% | 0.35% | - |
| XYZ | 5.29 | 3.06 | 4.45 | - |
| YUV | 46.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 59 | 0 | 0.76 | 0.34 | 0.65 | 327.35 | 0.61 | 0.22 |
| Hex | 5A | 16 | 3B | 0 | 4C | 22 | 41 | 147 | 3D | 16 |
| Octal | 132 | 26 | 73 | 0 | 114 | 42 | 101 | 507 | 75 | 26 |
| Binary | 1011010 | 10110 | 111011 | 0 | 1001100 | 100010 | 1000001 | 101000111 | 111101 | 10110 |
Color Harmonies of #5A163B
Complementary color
Monochromatic Colors of #5A163B
Black with #5A163B
Text Example
Text Example
White with #5A163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A163B; }
p { color: rgb(90,22,59); }
H1.HeaderClassName
{
color: #5A163B;
}
.AnyTagClassName
{
color: #5A163B;
}
</style>
background-color css
<style>
a { background-color: #5A163B; }
a { background-color: rgb(90,22,59); }
div.DivClassName
{
background-color: #5A163B;
}
.BgClassName
{
background-color: #5A163B;
}
</style>
border-color css
<style>
span { border-color: #5A163B; }
span { border-color: rgb(90,22,59); }
td.TdClassName
{
border-color: #5A163B;
}
.TagClassName
{
border-color: #5A163B;
}
</style>