Shades of Pompadour #551842
Tints of Pompadour #551842
RGB
CMYK
RGB Variations
Color information
#551842 (or 0x551842) is known color: Pompadour. HEX triplet: 55, 18 and 42. RGB value is (85,24,66). Sum of RGB (Red+Green+Blue) = 85+24+66=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #551842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551842 is #AAE7BD. Grayscale: #2E2E2E. Windows color (decimal): -11200446 or 4331605. OLE color: 4331605.
HSL color Cylindrical-coordinate representation of color #551842: hue angle of 318.69º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551842 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 66 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.67 |
| HSL | 318.69º | 0.56% | 0.21% | - |
| HSV(B) | 318.69º | 0.72% | 0.33% | - |
| XYZ | 5.06 | 2.98 | 5.46 | - |
| YUV | 47.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 66 | 0 | 0.72 | 0.22 | 0.67 | 318.69 | 0.56 | 0.21 |
| Hex | 55 | 18 | 42 | 0 | 48 | 16 | 43 | 13F | 38 | 15 |
| Octal | 125 | 30 | 102 | 0 | 110 | 26 | 103 | 477 | 70 | 25 |
| Binary | 1010101 | 11000 | 1000010 | 0 | 1001000 | 10110 | 1000011 | 100111111 | 111000 | 10101 |
Color Harmonies of #551842
Complementary color
Monochromatic Colors of #551842
Black with #551842
Text Example
Text Example
White with #551842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551842; }
p { color: rgb(85,24,66); }
H1.HeaderClassName
{
color: #551842;
}
.AnyTagClassName
{
color: #551842;
}
</style>
background-color css
<style>
a { background-color: #551842; }
a { background-color: rgb(85,24,66); }
div.DivClassName
{
background-color: #551842;
}
.BgClassName
{
background-color: #551842;
}
</style>
border-color css
<style>
span { border-color: #551842; }
span { border-color: rgb(85,24,66); }
td.TdClassName
{
border-color: #551842;
}
.TagClassName
{
border-color: #551842;
}
</style>