Shades of Pompadour #581A40
Tints of Pompadour #581A40
RGB
CMYK
RGB Variations
Color information
#581A40 (or 0x581A40) is known color: Pompadour. HEX triplet: 58, 1A and 40. RGB value is (88,26,64). Sum of RGB (Red+Green+Blue) = 88+26+64=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #581A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A40 is #A7E5BF. Grayscale: #303030. Windows color (decimal): -11003328 or 4201048. OLE color: 4201048.
HSL color Cylindrical-coordinate representation of color #581A40: hue angle of 323.23º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A40 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 26 | 64 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.65 |
| HSL | 323.23º | 0.54% | 0.22% | - |
| HSV(B) | 323.23º | 0.7% | 0.35% | - |
| XYZ | 5.32 | 3.18 | 5.18 | - |
| YUV | 48.87 | 136.54 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 64 | 0 | 0.70 | 0.27 | 0.65 | 323.23 | 0.54 | 0.22 |
| Hex | 58 | 1A | 40 | 0 | 46 | 1B | 41 | 143 | 36 | 16 |
| Octal | 130 | 32 | 100 | 0 | 106 | 33 | 101 | 503 | 66 | 26 |
| Binary | 1011000 | 11010 | 1000000 | 0 | 1000110 | 11011 | 1000001 | 101000011 | 110110 | 10110 |
Color Harmonies of #581A40
Complementary color
Monochromatic Colors of #581A40
Black with #581A40
Text Example
Text Example
White with #581A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A40; }
p { color: rgb(88,26,64); }
H1.HeaderClassName
{
color: #581A40;
}
.AnyTagClassName
{
color: #581A40;
}
</style>
background-color css
<style>
a { background-color: #581A40; }
a { background-color: rgb(88,26,64); }
div.DivClassName
{
background-color: #581A40;
}
.BgClassName
{
background-color: #581A40;
}
</style>
border-color css
<style>
span { border-color: #581A40; }
span { border-color: rgb(88,26,64); }
td.TdClassName
{
border-color: #581A40;
}
.TagClassName
{
border-color: #581A40;
}
</style>