Shades of Pompadour #551D3D
Tints of Pompadour #551D3D
RGB
CMYK
RGB Variations
Color information
#551D3D (or 0x551D3D) is known color: Pompadour. HEX triplet: 55, 1D and 3D. RGB value is (85,29,61). Sum of RGB (Red+Green+Blue) = 85+29+61=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #551D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551D3D is #AAE2C2. Grayscale: #313131. Windows color (decimal): -11199171 or 4005205. OLE color: 4005205.
HSL color Cylindrical-coordinate representation of color #551D3D: hue angle of 325.71º 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 #551D3D is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 29 | 61 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.67 |
| HSL | 325.71º | 0.49% | 0.22% | - |
| HSV(B) | 325.71º | 0.66% | 0.33% | - |
| XYZ | 5.03 | 3.15 | 4.76 | - |
| YUV | 49.39 | 134.55 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 29 | 61 | 0 | 0.66 | 0.28 | 0.67 | 325.71 | 0.49 | 0.22 |
| Hex | 55 | 1D | 3D | 0 | 42 | 1C | 43 | 146 | 31 | 16 |
| Octal | 125 | 35 | 75 | 0 | 102 | 34 | 103 | 506 | 61 | 26 |
| Binary | 1010101 | 11101 | 111101 | 0 | 1000010 | 11100 | 1000011 | 101000110 | 110001 | 10110 |
Color Harmonies of #551D3D
Complementary color
Monochromatic Colors of #551D3D
Black with #551D3D
Text Example
Text Example
White with #551D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551D3D; }
p { color: rgb(85,29,61); }
H1.HeaderClassName
{
color: #551D3D;
}
.AnyTagClassName
{
color: #551D3D;
}
</style>
background-color css
<style>
a { background-color: #551D3D; }
a { background-color: rgb(85,29,61); }
div.DivClassName
{
background-color: #551D3D;
}
.BgClassName
{
background-color: #551D3D;
}
</style>
border-color css
<style>
span { border-color: #551D3D; }
span { border-color: rgb(85,29,61); }
td.TdClassName
{
border-color: #551D3D;
}
.TagClassName
{
border-color: #551D3D;
}
</style>