Shades of Pompadour #551D3E
Tints of Pompadour #551D3E
RGB
CMYK
RGB Variations
Color information
#551D3E (or 0x551D3E) is known color: Pompadour. HEX triplet: 55, 1D and 3E. RGB value is (85,29,62). Sum of RGB (Red+Green+Blue) = 85+29+62=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #551D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D3E is #AAE2C1. Grayscale: #313131. Windows color (decimal): -11199170 or 4070741. OLE color: 4070741.
HSL color Cylindrical-coordinate representation of color #551D3E: hue angle of 324.64º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #551D3E is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 62 | - |
| CMYK | 0 | 0.66 | 0.27 | 0.67 |
| HSL | 324.64º | 0.49% | 0.22% | - |
| HSV(B) | 324.64º | 0.66% | 0.33% | - |
| XYZ | 5.06 | 3.16 | 4.9 | - |
| YUV | 49.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 62 | 0 | 0.66 | 0.27 | 0.67 | 324.64 | 0.49 | 0.22 |
| Hex | 55 | 1D | 3E | 0 | 42 | 1B | 43 | 145 | 31 | 16 |
| Octal | 125 | 35 | 76 | 0 | 102 | 33 | 103 | 505 | 61 | 26 |
| Binary | 1010101 | 11101 | 111110 | 0 | 1000010 | 11011 | 1000011 | 101000101 | 110001 | 10110 |
Color Harmonies of #551D3E
Complementary color
Monochromatic Colors of #551D3E
Black with #551D3E
Text Example
Text Example
White with #551D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D3E; }
p { color: rgb(85,29,62); }
H1.HeaderClassName
{
color: #551D3E;
}
.AnyTagClassName
{
color: #551D3E;
}
</style>
background-color css
<style>
a { background-color: #551D3E; }
a { background-color: rgb(85,29,62); }
div.DivClassName
{
background-color: #551D3E;
}
.BgClassName
{
background-color: #551D3E;
}
</style>
border-color css
<style>
span { border-color: #551D3E; }
span { border-color: rgb(85,29,62); }
td.TdClassName
{
border-color: #551D3E;
}
.TagClassName
{
border-color: #551D3E;
}
</style>