Shades of Pompadour #5A163A
Tints of Pompadour #5A163A
RGB
CMYK
RGB Variations
Color information
#5A163A (or 0x5A163A) is known color: Pompadour. HEX triplet: 5A, 16 and 3A. RGB value is (90,22,58). Sum of RGB (Red+Green+Blue) = 90+22+58=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A163A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A163A is #A5E9C5. Grayscale: #2E2E2E. Windows color (decimal): -10873286 or 3806810. OLE color: 3806810.
HSL color Cylindrical-coordinate representation of color #5A163A: hue angle of 328.24º 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 #5A163A is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 58 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.65 |
| HSL | 328.24º | 0.61% | 0.22% | - |
| HSV(B) | 328.24º | 0.76% | 0.35% | - |
| XYZ | 5.27 | 3.05 | 4.31 | - |
| YUV | 46.44 | 134.53 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 58 | 0 | 0.76 | 0.36 | 0.65 | 328.24 | 0.61 | 0.22 |
| Hex | 5A | 16 | 3A | 0 | 4C | 24 | 41 | 148 | 3D | 16 |
| Octal | 132 | 26 | 72 | 0 | 114 | 44 | 101 | 510 | 75 | 26 |
| Binary | 1011010 | 10110 | 111010 | 0 | 1001100 | 100100 | 1000001 | 101001000 | 111101 | 10110 |
Color Harmonies of #5A163A
Complementary color
Monochromatic Colors of #5A163A
Black with #5A163A
Text Example
Text Example
White with #5A163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A163A; }
p { color: rgb(90,22,58); }
H1.HeaderClassName
{
color: #5A163A;
}
.AnyTagClassName
{
color: #5A163A;
}
</style>
background-color css
<style>
a { background-color: #5A163A; }
a { background-color: rgb(90,22,58); }
div.DivClassName
{
background-color: #5A163A;
}
.BgClassName
{
background-color: #5A163A;
}
</style>
border-color css
<style>
span { border-color: #5A163A; }
span { border-color: rgb(90,22,58); }
td.TdClassName
{
border-color: #5A163A;
}
.TagClassName
{
border-color: #5A163A;
}
</style>