Shades of Pompadour #5A243E
Tints of Pompadour #5A243E
RGB
CMYK
RGB Variations
Color information
#5A243E (or 0x5A243E) is known color: Pompadour. HEX triplet: 5A, 24 and 3E. RGB value is (90,36,62). Sum of RGB (Red+Green+Blue) = 90+36+62=188 (24% of max value = 765). Red value is 90 (35.55% from 255 or 47.87% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 90 - color contains mainly: red. Hex color #5A243E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A243E is #A5DBC1. Grayscale: #373737. Windows color (decimal): -10869698 or 4072538. OLE color: 4072538.
HSL color Cylindrical-coordinate representation of color #5A243E: hue angle of 331.11º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A243E is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 36 | 62 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.65 |
| HSL | 331.11º | 0.43% | 0.25% | - |
| HSV(B) | 331.11º | 0.6% | 0.35% | - |
| XYZ | 5.72 | 3.78 | 4.99 | - |
| YUV | 55.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 36 | 62 | 0 | 0.60 | 0.31 | 0.65 | 331.11 | 0.43 | 0.25 |
| Hex | 5A | 24 | 3E | 0 | 3C | 1F | 41 | 14B | 2B | 19 |
| Octal | 132 | 44 | 76 | 0 | 74 | 37 | 101 | 513 | 53 | 31 |
| Binary | 1011010 | 100100 | 111110 | 0 | 111100 | 11111 | 1000001 | 101001011 | 101011 | 11001 |
Color Harmonies of #5A243E
Complementary color
Monochromatic Colors of #5A243E
Black with #5A243E
Text Example
Text Example
White with #5A243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A243E; }
p { color: rgb(90,36,62); }
H1.HeaderClassName
{
color: #5A243E;
}
.AnyTagClassName
{
color: #5A243E;
}
</style>
background-color css
<style>
a { background-color: #5A243E; }
a { background-color: rgb(90,36,62); }
div.DivClassName
{
background-color: #5A243E;
}
.BgClassName
{
background-color: #5A243E;
}
</style>
border-color css
<style>
span { border-color: #5A243E; }
span { border-color: rgb(90,36,62); }
td.TdClassName
{
border-color: #5A243E;
}
.TagClassName
{
border-color: #5A243E;
}
</style>