Shades of Pompadour #5A1F45
Tints of Pompadour #5A1F45
RGB
CMYK
RGB Variations
Color information
#5A1F45 (or 0x5A1F45) is known color: Pompadour. HEX triplet: 5A, 1F and 45. RGB value is (90,31,69). Sum of RGB (Red+Green+Blue) = 90+31+69=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1F45 is #A5E0BA. Grayscale: #343434. Windows color (decimal): -10870971 or 4530010. OLE color: 4530010.
HSL color Cylindrical-coordinate representation of color #5A1F45: hue angle of 321.36º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A1F45 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 31 | 69 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.65 |
| HSL | 321.36º | 0.49% | 0.24% | - |
| HSV(B) | 321.36º | 0.66% | 0.35% | - |
| XYZ | 5.78 | 3.58 | 6.02 | - |
| YUV | 52.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 31 | 69 | 0 | 0.66 | 0.23 | 0.65 | 321.36 | 0.49 | 0.24 |
| Hex | 5A | 1F | 45 | 0 | 42 | 17 | 41 | 141 | 31 | 18 |
| Octal | 132 | 37 | 105 | 0 | 102 | 27 | 101 | 501 | 61 | 30 |
| Binary | 1011010 | 11111 | 1000101 | 0 | 1000010 | 10111 | 1000001 | 101000001 | 110001 | 11000 |
Color Harmonies of #5A1F45
Complementary color
Monochromatic Colors of #5A1F45
Black with #5A1F45
Text Example
Text Example
White with #5A1F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1F45; }
p { color: rgb(90,31,69); }
H1.HeaderClassName
{
color: #5A1F45;
}
.AnyTagClassName
{
color: #5A1F45;
}
</style>
background-color css
<style>
a { background-color: #5A1F45; }
a { background-color: rgb(90,31,69); }
div.DivClassName
{
background-color: #5A1F45;
}
.BgClassName
{
background-color: #5A1F45;
}
</style>
border-color css
<style>
span { border-color: #5A1F45; }
span { border-color: rgb(90,31,69); }
td.TdClassName
{
border-color: #5A1F45;
}
.TagClassName
{
border-color: #5A1F45;
}
</style>