Shades of Pompadour #551A3F
Tints of Pompadour #551A3F
RGB
CMYK
RGB Variations
Color information
#551A3F (or 0x551A3F) is known color: Pompadour. HEX triplet: 55, 1A and 3F. RGB value is (85,26,63). Sum of RGB (Red+Green+Blue) = 85+26+63=174 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.85% from 174); Green value is 26 (10.55% from 255 or 14.94% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 85 - color contains mainly: red. Hex color #551A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551A3F is #AAE5C0. Grayscale: #2F2F2F. Windows color (decimal): -11199937 or 4135509. OLE color: 4135509.
HSL color Cylindrical-coordinate representation of color #551A3F: hue angle of 322.37º 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 #551A3F is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 26 | 63 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.67 |
| HSL | 322.37º | 0.53% | 0.22% | - |
| HSV(B) | 322.37º | 0.69% | 0.33% | - |
| XYZ | 5.01 | 3.03 | 5.02 | - |
| YUV | 47.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 26 | 63 | 0 | 0.69 | 0.26 | 0.67 | 322.37 | 0.53 | 0.22 |
| Hex | 55 | 1A | 3F | 0 | 45 | 1A | 43 | 142 | 35 | 16 |
| Octal | 125 | 32 | 77 | 0 | 105 | 32 | 103 | 502 | 65 | 26 |
| Binary | 1010101 | 11010 | 111111 | 0 | 1000101 | 11010 | 1000011 | 101000010 | 110101 | 10110 |
Color Harmonies of #551A3F
Complementary color
Monochromatic Colors of #551A3F
Black with #551A3F
Text Example
Text Example
White with #551A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551A3F; }
p { color: rgb(85,26,63); }
H1.HeaderClassName
{
color: #551A3F;
}
.AnyTagClassName
{
color: #551A3F;
}
</style>
background-color css
<style>
a { background-color: #551A3F; }
a { background-color: rgb(85,26,63); }
div.DivClassName
{
background-color: #551A3F;
}
.BgClassName
{
background-color: #551A3F;
}
</style>
border-color css
<style>
span { border-color: #551A3F; }
span { border-color: rgb(85,26,63); }
td.TdClassName
{
border-color: #551A3F;
}
.TagClassName
{
border-color: #551A3F;
}
</style>