Shades of Pompadour #581C40
Tints of Pompadour #581C40
RGB
CMYK
RGB Variations
Color information
#581C40 (or 0x581C40) is known color: Pompadour. HEX triplet: 58, 1C and 40. RGB value is (88,28,64). Sum of RGB (Red+Green+Blue) = 88+28+64=180 (23% of max value = 765). Red value is 88 (34.77% from 255 or 48.89% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 88 - color contains mainly: red. Hex color #581C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581C40 is #A7E3BF. Grayscale: #313131. Windows color (decimal): -11002816 or 4201560. OLE color: 4201560.
HSL color Cylindrical-coordinate representation of color #581C40: hue angle of 324º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #581C40 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 28 | 64 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.65 |
| HSL | 324º | 0.52% | 0.23% | - |
| HSV(B) | 324º | 0.68% | 0.35% | - |
| XYZ | 5.37 | 3.28 | 5.2 | - |
| YUV | 50.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 64 | 0 | 0.68 | 0.27 | 0.65 | 324 | 0.52 | 0.23 |
| Hex | 58 | 1C | 40 | 0 | 44 | 1B | 41 | 144 | 34 | 17 |
| Octal | 130 | 34 | 100 | 0 | 104 | 33 | 101 | 504 | 64 | 27 |
| Binary | 1011000 | 11100 | 1000000 | 0 | 1000100 | 11011 | 1000001 | 101000100 | 110100 | 10111 |
Color Harmonies of #581C40
Complementary color
Monochromatic Colors of #581C40
Black with #581C40
Text Example
Text Example
White with #581C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581C40; }
p { color: rgb(88,28,64); }
H1.HeaderClassName
{
color: #581C40;
}
.AnyTagClassName
{
color: #581C40;
}
</style>
background-color css
<style>
a { background-color: #581C40; }
a { background-color: rgb(88,28,64); }
div.DivClassName
{
background-color: #581C40;
}
.BgClassName
{
background-color: #581C40;
}
</style>
border-color css
<style>
span { border-color: #581C40; }
span { border-color: rgb(88,28,64); }
td.TdClassName
{
border-color: #581C40;
}
.TagClassName
{
border-color: #581C40;
}
</style>