Shades of Pompadour #581C38
Tints of Pompadour #581C38
RGB
CMYK
RGB Variations
Color information
#581C38 (or 0x581C38) is known color: Pompadour. HEX triplet: 58, 1C and 38. RGB value is (88,28,56). Sum of RGB (Red+Green+Blue) = 88+28+56=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 56 (22.27% from 255 or 32.56% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #581C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581C38 is #A7E3C7. Grayscale: #313131. Windows color (decimal): -11002824 or 3677272. OLE color: 3677272.
HSL color Cylindrical-coordinate representation of color #581C38: hue angle of 332º 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 #581C38 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 28 | 56 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.65 |
| HSL | 332º | 0.52% | 0.23% | - |
| HSV(B) | 332º | 0.68% | 0.35% | - |
| XYZ | 5.15 | 3.19 | 4.09 | - |
| YUV | 49.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 56 | 0 | 0.68 | 0.36 | 0.65 | 332 | 0.52 | 0.23 |
| Hex | 58 | 1C | 38 | 0 | 44 | 24 | 41 | 14C | 34 | 17 |
| Octal | 130 | 34 | 70 | 0 | 104 | 44 | 101 | 514 | 64 | 27 |
| Binary | 1011000 | 11100 | 111000 | 0 | 1000100 | 100100 | 1000001 | 101001100 | 110100 | 10111 |
Color Harmonies of #581C38
Complementary color
Monochromatic Colors of #581C38
Black with #581C38
Text Example
Text Example
White with #581C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581C38; }
p { color: rgb(88,28,56); }
H1.HeaderClassName
{
color: #581C38;
}
.AnyTagClassName
{
color: #581C38;
}
</style>
background-color css
<style>
a { background-color: #581C38; }
a { background-color: rgb(88,28,56); }
div.DivClassName
{
background-color: #581C38;
}
.BgClassName
{
background-color: #581C38;
}
</style>
border-color css
<style>
span { border-color: #581C38; }
span { border-color: rgb(88,28,56); }
td.TdClassName
{
border-color: #581C38;
}
.TagClassName
{
border-color: #581C38;
}
</style>