Shades of Pompadour #551A42
Tints of Pompadour #551A42
RGB
CMYK
RGB Variations
Color information
#551A42 (or 0x551A42) is known color: Pompadour. HEX triplet: 55, 1A and 42. RGB value is (85,26,66). Sum of RGB (Red+Green+Blue) = 85+26+66=177 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.02% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 85 - color contains mainly: red. Hex color #551A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A42 is #AAE5BD. Grayscale: #303030. Windows color (decimal): -11199934 or 4332117. OLE color: 4332117.
HSL color Cylindrical-coordinate representation of color #551A42: hue angle of 319.32º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #551A42 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 26 | 66 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.67 |
| HSL | 319.32º | 0.53% | 0.22% | - |
| HSV(B) | 319.32º | 0.69% | 0.33% | - |
| XYZ | 5.1 | 3.06 | 5.48 | - |
| YUV | 48.2 | 138.05 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 66 | 0 | 0.69 | 0.22 | 0.67 | 319.32 | 0.53 | 0.22 |
| Hex | 55 | 1A | 42 | 0 | 45 | 16 | 43 | 13F | 35 | 16 |
| Octal | 125 | 32 | 102 | 0 | 105 | 26 | 103 | 477 | 65 | 26 |
| Binary | 1010101 | 11010 | 1000010 | 0 | 1000101 | 10110 | 1000011 | 100111111 | 110101 | 10110 |
Color Harmonies of #551A42
Complementary color
Monochromatic Colors of #551A42
Black with #551A42
Text Example
Text Example
White with #551A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A42; }
p { color: rgb(85,26,66); }
H1.HeaderClassName
{
color: #551A42;
}
.AnyTagClassName
{
color: #551A42;
}
</style>
background-color css
<style>
a { background-color: #551A42; }
a { background-color: rgb(85,26,66); }
div.DivClassName
{
background-color: #551A42;
}
.BgClassName
{
background-color: #551A42;
}
</style>
border-color css
<style>
span { border-color: #551A42; }
span { border-color: rgb(85,26,66); }
td.TdClassName
{
border-color: #551A42;
}
.TagClassName
{
border-color: #551A42;
}
</style>