Shades of Pompadour #551843
Tints of Pompadour #551843
RGB
CMYK
RGB Variations
Color information
#551843 (or 0x551843) is known color: Pompadour. HEX triplet: 55, 18 and 43. RGB value is (85,24,67). Sum of RGB (Red+Green+Blue) = 85+24+67=176 (23% of max value = 765). Red value is 85 (33.59% from 255 or 48.30% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 67 (26.56% from 255 or 38.07% from 176); Max value from RGB is 85 - color contains mainly: red. Hex color #551843 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #551843 is #AAE7BC. Grayscale: #2F2F2F. Windows color (decimal): -11200445 or 4397141. OLE color: 4397141.
HSL color Cylindrical-coordinate representation of color #551843: hue angle of 317.7º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #551843 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 24 | 67 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.67 |
| HSL | 317.7º | 0.56% | 0.21% | - |
| HSV(B) | 317.7º | 0.72% | 0.33% | - |
| XYZ | 5.09 | 2.99 | 5.62 | - |
| YUV | 47.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 24 | 67 | 0 | 0.72 | 0.21 | 0.67 | 317.7 | 0.56 | 0.21 |
| Hex | 55 | 18 | 43 | 0 | 48 | 15 | 43 | 13E | 38 | 15 |
| Octal | 125 | 30 | 103 | 0 | 110 | 25 | 103 | 476 | 70 | 25 |
| Binary | 1010101 | 11000 | 1000011 | 0 | 1001000 | 10101 | 1000011 | 100111110 | 111000 | 10101 |
Color Harmonies of #551843
Complementary color
Monochromatic Colors of #551843
Black with #551843
Text Example
Text Example
White with #551843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551843; }
p { color: rgb(85,24,67); }
H1.HeaderClassName
{
color: #551843;
}
.AnyTagClassName
{
color: #551843;
}
</style>
background-color css
<style>
a { background-color: #551843; }
a { background-color: rgb(85,24,67); }
div.DivClassName
{
background-color: #551843;
}
.BgClassName
{
background-color: #551843;
}
</style>
border-color css
<style>
span { border-color: #551843; }
span { border-color: rgb(85,24,67); }
td.TdClassName
{
border-color: #551843;
}
.TagClassName
{
border-color: #551843;
}
</style>