Shades of Pompadour #5A2D47
Tints of Pompadour #5A2D47
RGB
CMYK
RGB Variations
Color information
#5A2D47 (or 0x5A2D47) is known color: Pompadour. HEX triplet: 5A, 2D and 47. RGB value is (90,45,71). Sum of RGB (Red+Green+Blue) = 90+45+71=206 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.69% from 206); Green value is 45 (17.97% from 255 or 21.84% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2D47 is #A5D2B8. Grayscale: #3D3D3D. Windows color (decimal): -10867385 or 4664666. OLE color: 4664666.
HSL color Cylindrical-coordinate representation of color #5A2D47: hue angle of 325.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A2D47 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 45 | 71 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.65 |
| HSL | 325.33º | 0.33% | 0.26% | - |
| HSV(B) | 325.33º | 0.5% | 0.35% | - |
| XYZ | 6.29 | 4.51 | 6.5 | - |
| YUV | 61.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 45 | 71 | 0 | 0.50 | 0.21 | 0.65 | 325.33 | 0.33 | 0.26 |
| Hex | 5A | 2D | 47 | 0 | 32 | 15 | 41 | 145 | 21 | 1A |
| Octal | 132 | 55 | 107 | 0 | 62 | 25 | 101 | 505 | 41 | 32 |
| Binary | 1011010 | 101101 | 1000111 | 0 | 110010 | 10101 | 1000001 | 101000101 | 100001 | 11010 |
Color Harmonies of #5A2D47
Complementary color
Monochromatic Colors of #5A2D47
Black with #5A2D47
Text Example
Text Example
White with #5A2D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2D47; }
p { color: rgb(90,45,71); }
H1.HeaderClassName
{
color: #5A2D47;
}
.AnyTagClassName
{
color: #5A2D47;
}
</style>
background-color css
<style>
a { background-color: #5A2D47; }
a { background-color: rgb(90,45,71); }
div.DivClassName
{
background-color: #5A2D47;
}
.BgClassName
{
background-color: #5A2D47;
}
</style>
border-color css
<style>
span { border-color: #5A2D47; }
span { border-color: rgb(90,45,71); }
td.TdClassName
{
border-color: #5A2D47;
}
.TagClassName
{
border-color: #5A2D47;
}
</style>