Shades of Pompadour #5A1E3E
Tints of Pompadour #5A1E3E
RGB
CMYK
RGB Variations
Color information
#5A1E3E (or 0x5A1E3E) is known color: Pompadour. HEX triplet: 5A, 1E and 3E. RGB value is (90,30,62). Sum of RGB (Red+Green+Blue) = 90+30+62=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E3E is #A5E1C1. Grayscale: #333333. Windows color (decimal): -10871234 or 4071002. OLE color: 4071002.
HSL color Cylindrical-coordinate representation of color #5A1E3E: hue angle of 328º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1E3E is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 30 | 62 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.65 |
| HSL | 328º | 0.5% | 0.24% | - |
| HSV(B) | 328º | 0.67% | 0.35% | - |
| XYZ | 5.55 | 3.45 | 4.93 | - |
| YUV | 51.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 30 | 62 | 0 | 0.67 | 0.31 | 0.65 | 328 | 0.5 | 0.24 |
| Hex | 5A | 1E | 3E | 0 | 43 | 1F | 41 | 148 | 32 | 18 |
| Octal | 132 | 36 | 76 | 0 | 103 | 37 | 101 | 510 | 62 | 30 |
| Binary | 1011010 | 11110 | 111110 | 0 | 1000011 | 11111 | 1000001 | 101001000 | 110010 | 11000 |
Color Harmonies of #5A1E3E
Complementary color
Monochromatic Colors of #5A1E3E
Black with #5A1E3E
Text Example
Text Example
White with #5A1E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1E3E; }
p { color: rgb(90,30,62); }
H1.HeaderClassName
{
color: #5A1E3E;
}
.AnyTagClassName
{
color: #5A1E3E;
}
</style>
background-color css
<style>
a { background-color: #5A1E3E; }
a { background-color: rgb(90,30,62); }
div.DivClassName
{
background-color: #5A1E3E;
}
.BgClassName
{
background-color: #5A1E3E;
}
</style>
border-color css
<style>
span { border-color: #5A1E3E; }
span { border-color: rgb(90,30,62); }
td.TdClassName
{
border-color: #5A1E3E;
}
.TagClassName
{
border-color: #5A1E3E;
}
</style>