Shades of Pompadour #5A1B43
Tints of Pompadour #5A1B43
RGB
CMYK
RGB Variations
Color information
#5A1B43 (or 0x5A1B43) is known color: Pompadour. HEX triplet: 5A, 1B and 43. RGB value is (90,27,67). Sum of RGB (Red+Green+Blue) = 90+27+67=184 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.91% from 184); Green value is 27 (10.94% from 255 or 14.67% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1B43 is #A5E4BC. Grayscale: #323232. Windows color (decimal): -10871997 or 4397914. OLE color: 4397914.
HSL color Cylindrical-coordinate representation of color #5A1B43: hue angle of 321.9º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A1B43 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 27 | 67 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.65 |
| HSL | 321.9º | 0.54% | 0.23% | - |
| HSV(B) | 321.9º | 0.7% | 0.35% | - |
| XYZ | 5.62 | 3.36 | 5.66 | - |
| YUV | 50.4 | 137.37 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 67 | 0 | 0.70 | 0.26 | 0.65 | 321.9 | 0.54 | 0.23 |
| Hex | 5A | 1B | 43 | 0 | 46 | 1A | 41 | 142 | 36 | 17 |
| Octal | 132 | 33 | 103 | 0 | 106 | 32 | 101 | 502 | 66 | 27 |
| Binary | 1011010 | 11011 | 1000011 | 0 | 1000110 | 11010 | 1000001 | 101000010 | 110110 | 10111 |
Color Harmonies of #5A1B43
Complementary color
Monochromatic Colors of #5A1B43
Black with #5A1B43
Text Example
Text Example
White with #5A1B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1B43; }
p { color: rgb(90,27,67); }
H1.HeaderClassName
{
color: #5A1B43;
}
.AnyTagClassName
{
color: #5A1B43;
}
</style>
background-color css
<style>
a { background-color: #5A1B43; }
a { background-color: rgb(90,27,67); }
div.DivClassName
{
background-color: #5A1B43;
}
.BgClassName
{
background-color: #5A1B43;
}
</style>
border-color css
<style>
span { border-color: #5A1B43; }
span { border-color: rgb(90,27,67); }
td.TdClassName
{
border-color: #5A1B43;
}
.TagClassName
{
border-color: #5A1B43;
}
</style>