Shades of Pompadour #5A163E
Tints of Pompadour #5A163E
RGB
CMYK
RGB Variations
Color information
#5A163E (or 0x5A163E) is known color: Pompadour. HEX triplet: 5A, 16 and 3E. RGB value is (90,22,62). Sum of RGB (Red+Green+Blue) = 90+22+62=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 22 (8.98% from 255 or 12.64% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A163E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A163E is #A5E9C1. Grayscale: #2E2E2E. Windows color (decimal): -10873282 or 4068954. OLE color: 4068954.
HSL color Cylindrical-coordinate representation of color #5A163E: hue angle of 324.71º 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 #5A163E is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 22 | 62 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.65 |
| HSL | 324.71º | 0.61% | 0.22% | - |
| HSV(B) | 324.71º | 0.76% | 0.35% | - |
| XYZ | 5.37 | 3.1 | 4.87 | - |
| YUV | 46.89 | 136.53 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 22 | 62 | 0 | 0.76 | 0.31 | 0.65 | 324.71 | 0.61 | 0.22 |
| Hex | 5A | 16 | 3E | 0 | 4C | 1F | 41 | 145 | 3D | 16 |
| Octal | 132 | 26 | 76 | 0 | 114 | 37 | 101 | 505 | 75 | 26 |
| Binary | 1011010 | 10110 | 111110 | 0 | 1001100 | 11111 | 1000001 | 101000101 | 111101 | 10110 |
Color Harmonies of #5A163E
Complementary color
Monochromatic Colors of #5A163E
Black with #5A163E
Text Example
Text Example
White with #5A163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A163E; }
p { color: rgb(90,22,62); }
H1.HeaderClassName
{
color: #5A163E;
}
.AnyTagClassName
{
color: #5A163E;
}
</style>
background-color css
<style>
a { background-color: #5A163E; }
a { background-color: rgb(90,22,62); }
div.DivClassName
{
background-color: #5A163E;
}
.BgClassName
{
background-color: #5A163E;
}
</style>
border-color css
<style>
span { border-color: #5A163E; }
span { border-color: rgb(90,22,62); }
td.TdClassName
{
border-color: #5A163E;
}
.TagClassName
{
border-color: #5A163E;
}
</style>