Shades of Pompadour #55203E
Tints of Pompadour #55203E
RGB
CMYK
RGB Variations
Color information
#55203E (or 0x55203E) is known color: Pompadour. HEX triplet: 55, 20 and 3E. RGB value is (85,32,62). Sum of RGB (Red+Green+Blue) = 85+32+62=179 (23% of max value = 765). Red value is 85 (33.59% from 255 or 47.49% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 85 - color contains mainly: red. Hex color #55203E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55203E is #AADFC1. Grayscale: #333333. Windows color (decimal): -11198402 or 4071509. OLE color: 4071509.
HSL color Cylindrical-coordinate representation of color #55203E: hue angle of 326.04º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55203E is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 62 | - |
| CMYK | 0 | 0.62 | 0.27 | 0.67 |
| HSL | 326.04º | 0.45% | 0.23% | - |
| HSV(B) | 326.04º | 0.62% | 0.33% | - |
| XYZ | 5.13 | 3.31 | 4.93 | - |
| YUV | 51.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 62 | 0 | 0.62 | 0.27 | 0.67 | 326.04 | 0.45 | 0.23 |
| Hex | 55 | 20 | 3E | 0 | 3E | 1B | 43 | 146 | 2D | 17 |
| Octal | 125 | 40 | 76 | 0 | 76 | 33 | 103 | 506 | 55 | 27 |
| Binary | 1010101 | 100000 | 111110 | 0 | 111110 | 11011 | 1000011 | 101000110 | 101101 | 10111 |
Color Harmonies of #55203E
Complementary color
Monochromatic Colors of #55203E
Black with #55203E
Text Example
Text Example
White with #55203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55203E; }
p { color: rgb(85,32,62); }
H1.HeaderClassName
{
color: #55203E;
}
.AnyTagClassName
{
color: #55203E;
}
</style>
background-color css
<style>
a { background-color: #55203E; }
a { background-color: rgb(85,32,62); }
div.DivClassName
{
background-color: #55203E;
}
.BgClassName
{
background-color: #55203E;
}
</style>
border-color css
<style>
span { border-color: #55203E; }
span { border-color: rgb(85,32,62); }
td.TdClassName
{
border-color: #55203E;
}
.TagClassName
{
border-color: #55203E;
}
</style>