Shades of Pompadour #59273F
Tints of Pompadour #59273F
RGB
CMYK
RGB Variations
Color information
#59273F (or 0x59273F) is known color: Pompadour. HEX triplet: 59, 27 and 3F. RGB value is (89,39,63). Sum of RGB (Red+Green+Blue) = 89+39+63=191 (25% of max value = 765). Red value is 89 (35.16% from 255 or 46.60% from 191); Green value is 39 (15.62% from 255 or 20.42% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 89 - color contains mainly: red. Hex color #59273F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #59273F is #A6D8C0. Grayscale: #383838. Windows color (decimal): -10934465 or 4138841. OLE color: 4138841.
HSL color Cylindrical-coordinate representation of color #59273F: hue angle of 331.2º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59273F is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 39 | 63 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.65 |
| HSL | 331.2º | 0.39% | 0.25% | - |
| HSV(B) | 331.2º | 0.56% | 0.35% | - |
| XYZ | 5.74 | 3.93 | 5.16 | - |
| YUV | 56.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 39 | 63 | 0 | 0.56 | 0.29 | 0.65 | 331.2 | 0.39 | 0.25 |
| Hex | 59 | 27 | 3F | 0 | 38 | 1D | 41 | 14B | 27 | 19 |
| Octal | 131 | 47 | 77 | 0 | 70 | 35 | 101 | 513 | 47 | 31 |
| Binary | 1011001 | 100111 | 111111 | 0 | 111000 | 11101 | 1000001 | 101001011 | 100111 | 11001 |
Color Harmonies of #59273F
Complementary color
Monochromatic Colors of #59273F
Black with #59273F
Text Example
Text Example
White with #59273F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59273F; }
p { color: rgb(89,39,63); }
H1.HeaderClassName
{
color: #59273F;
}
.AnyTagClassName
{
color: #59273F;
}
</style>
background-color css
<style>
a { background-color: #59273F; }
a { background-color: rgb(89,39,63); }
div.DivClassName
{
background-color: #59273F;
}
.BgClassName
{
background-color: #59273F;
}
</style>
border-color css
<style>
span { border-color: #59273F; }
span { border-color: rgb(89,39,63); }
td.TdClassName
{
border-color: #59273F;
}
.TagClassName
{
border-color: #59273F;
}
</style>