Shades of Pompadour #552041
Tints of Pompadour #552041
RGB
CMYK
RGB Variations
Color information
#552041 (or 0x552041) is known color: Pompadour. HEX triplet: 55, 20 and 41. RGB value is (85,32,65). Sum of RGB (Red+Green+Blue) = 85+32+65=182 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.70% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 85 - color contains mainly: red. Hex color #552041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552041 is #AADFBE. Grayscale: #333333. Windows color (decimal): -11198399 or 4268117. OLE color: 4268117.
HSL color Cylindrical-coordinate representation of color #552041: hue angle of 322.64º 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 #552041 is Cyan = 0, Magento = 0.62, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 32 | 65 | - |
| CMYK | 0 | 0.62 | 0.24 | 0.67 |
| HSL | 322.64º | 0.45% | 0.23% | - |
| HSV(B) | 322.64º | 0.62% | 0.33% | - |
| XYZ | 5.22 | 3.35 | 5.37 | - |
| YUV | 51.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 32 | 65 | 0 | 0.62 | 0.24 | 0.67 | 322.64 | 0.45 | 0.23 |
| Hex | 55 | 20 | 41 | 0 | 3E | 18 | 43 | 143 | 2D | 17 |
| Octal | 125 | 40 | 101 | 0 | 76 | 30 | 103 | 503 | 55 | 27 |
| Binary | 1010101 | 100000 | 1000001 | 0 | 111110 | 11000 | 1000011 | 101000011 | 101101 | 10111 |
Color Harmonies of #552041
Complementary color
Monochromatic Colors of #552041
Black with #552041
Text Example
Text Example
White with #552041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552041; }
p { color: rgb(85,32,65); }
H1.HeaderClassName
{
color: #552041;
}
.AnyTagClassName
{
color: #552041;
}
</style>
background-color css
<style>
a { background-color: #552041; }
a { background-color: rgb(85,32,65); }
div.DivClassName
{
background-color: #552041;
}
.BgClassName
{
background-color: #552041;
}
</style>
border-color css
<style>
span { border-color: #552041; }
span { border-color: rgb(85,32,65); }
td.TdClassName
{
border-color: #552041;
}
.TagClassName
{
border-color: #552041;
}
</style>