Shades of Pompadour #5A163C
Tints of Pompadour #5A163C
RGB
CMYK
RGB Variations
Color information
#5A163C (or 0x5A163C) is known color: Pompadour. HEX triplet: 5A, 16 and 3C. RGB value is (90,22,60). Sum of RGB (Red+Green+Blue) = 90+22+60=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A163C is #A5E9C3. Grayscale: #2E2E2E. Windows color (decimal): -10873284 or 3937882. OLE color: 3937882.
HSL color Cylindrical-coordinate representation of color #5A163C: hue angle of 326.47º 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 #5A163C is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 60 | - |
| CMYK | 0 | 0.76 | 0.33 | 0.65 |
| HSL | 326.47º | 0.61% | 0.22% | - |
| HSV(B) | 326.47º | 0.76% | 0.35% | - |
| XYZ | 5.32 | 3.07 | 4.59 | - |
| YUV | 46.66 | 135.53 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 60 | 0 | 0.76 | 0.33 | 0.65 | 326.47 | 0.61 | 0.22 |
| Hex | 5A | 16 | 3C | 0 | 4C | 21 | 41 | 146 | 3D | 16 |
| Octal | 132 | 26 | 74 | 0 | 114 | 41 | 101 | 506 | 75 | 26 |
| Binary | 1011010 | 10110 | 111100 | 0 | 1001100 | 100001 | 1000001 | 101000110 | 111101 | 10110 |
Color Harmonies of #5A163C
Complementary color
Monochromatic Colors of #5A163C
Black with #5A163C
Text Example
Text Example
White with #5A163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A163C; }
p { color: rgb(90,22,60); }
H1.HeaderClassName
{
color: #5A163C;
}
.AnyTagClassName
{
color: #5A163C;
}
</style>
background-color css
<style>
a { background-color: #5A163C; }
a { background-color: rgb(90,22,60); }
div.DivClassName
{
background-color: #5A163C;
}
.BgClassName
{
background-color: #5A163C;
}
</style>
border-color css
<style>
span { border-color: #5A163C; }
span { border-color: rgb(90,22,60); }
td.TdClassName
{
border-color: #5A163C;
}
.TagClassName
{
border-color: #5A163C;
}
</style>