Shades of Pompadour #551B3F
Tints of Pompadour #551B3F
RGB
CMYK
RGB Variations
Color information
#551B3F (or 0x551B3F) is known color: Pompadour. HEX triplet: 55, 1B and 3F. RGB value is (85,27,63). Sum of RGB (Red+Green+Blue) = 85+27+63=175 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.57% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 85 - color contains mainly: red. Hex color #551B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B3F is #AAE4C0. Grayscale: #303030. Windows color (decimal): -11199681 or 4135765. OLE color: 4135765.
HSL color Cylindrical-coordinate representation of color #551B3F: hue angle of 322.76º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #551B3F is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 27 | 63 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.67 |
| HSL | 322.76º | 0.52% | 0.22% | - |
| HSV(B) | 322.76º | 0.68% | 0.33% | - |
| XYZ | 5.04 | 3.07 | 5.03 | - |
| YUV | 48.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 27 | 63 | 0 | 0.68 | 0.26 | 0.67 | 322.76 | 0.52 | 0.22 |
| Hex | 55 | 1B | 3F | 0 | 44 | 1A | 43 | 143 | 34 | 16 |
| Octal | 125 | 33 | 77 | 0 | 104 | 32 | 103 | 503 | 64 | 26 |
| Binary | 1010101 | 11011 | 111111 | 0 | 1000100 | 11010 | 1000011 | 101000011 | 110100 | 10110 |
Color Harmonies of #551B3F
Complementary color
Monochromatic Colors of #551B3F
Black with #551B3F
Text Example
Text Example
White with #551B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551B3F; }
p { color: rgb(85,27,63); }
H1.HeaderClassName
{
color: #551B3F;
}
.AnyTagClassName
{
color: #551B3F;
}
</style>
background-color css
<style>
a { background-color: #551B3F; }
a { background-color: rgb(85,27,63); }
div.DivClassName
{
background-color: #551B3F;
}
.BgClassName
{
background-color: #551B3F;
}
</style>
border-color css
<style>
span { border-color: #551B3F; }
span { border-color: rgb(85,27,63); }
td.TdClassName
{
border-color: #551B3F;
}
.TagClassName
{
border-color: #551B3F;
}
</style>