Shades of Pompadour #5A183D
Tints of Pompadour #5A183D
RGB
CMYK
RGB Variations
Color information
#5A183D (or 0x5A183D) is known color: Pompadour. HEX triplet: 5A, 18 and 3D. RGB value is (90,24,61). Sum of RGB (Red+Green+Blue) = 90+24+61=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A183D is #A5E7C2. Grayscale: #2F2F2F. Windows color (decimal): -10872771 or 4003930. OLE color: 4003930.
HSL color Cylindrical-coordinate representation of color #5A183D: hue angle of 326.36º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A183D is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 24 | 61 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.65 |
| HSL | 326.36º | 0.58% | 0.22% | - |
| HSV(B) | 326.36º | 0.73% | 0.35% | - |
| XYZ | 5.39 | 3.16 | 4.74 | - |
| YUV | 47.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 24 | 61 | 0 | 0.73 | 0.32 | 0.65 | 326.36 | 0.58 | 0.22 |
| Hex | 5A | 18 | 3D | 0 | 49 | 20 | 41 | 146 | 3A | 16 |
| Octal | 132 | 30 | 75 | 0 | 111 | 40 | 101 | 506 | 72 | 26 |
| Binary | 1011010 | 11000 | 111101 | 0 | 1001001 | 100000 | 1000001 | 101000110 | 111010 | 10110 |
Color Harmonies of #5A183D
Complementary color
Monochromatic Colors of #5A183D
Black with #5A183D
Text Example
Text Example
White with #5A183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A183D; }
p { color: rgb(90,24,61); }
H1.HeaderClassName
{
color: #5A183D;
}
.AnyTagClassName
{
color: #5A183D;
}
</style>
background-color css
<style>
a { background-color: #5A183D; }
a { background-color: rgb(90,24,61); }
div.DivClassName
{
background-color: #5A183D;
}
.BgClassName
{
background-color: #5A183D;
}
</style>
border-color css
<style>
span { border-color: #5A183D; }
span { border-color: rgb(90,24,61); }
td.TdClassName
{
border-color: #5A183D;
}
.TagClassName
{
border-color: #5A183D;
}
</style>