Shades of Pompadour #5C1C47
Tints of Pompadour #5C1C47
RGB
CMYK
RGB Variations
Color information
#5C1C47 (or 0x5C1C47) is known color: Pompadour. HEX triplet: 5C, 1C and 47. RGB value is (92,28,71). Sum of RGB (Red+Green+Blue) = 92+28+71=191 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.17% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1C47 is #A3E3B8. Grayscale: #333333. Windows color (decimal): -10740665 or 4660316. OLE color: 4660316.
HSL color Cylindrical-coordinate representation of color #5C1C47: hue angle of 319.69º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C1C47 is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 28 | 71 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.64 |
| HSL | 319.69º | 0.53% | 0.24% | - |
| HSV(B) | 319.69º | 0.7% | 0.36% | - |
| XYZ | 5.97 | 3.56 | 6.33 | - |
| YUV | 52.04 | 138.7 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 28 | 71 | 0 | 0.70 | 0.23 | 0.64 | 319.69 | 0.53 | 0.24 |
| Hex | 5C | 1C | 47 | 0 | 46 | 17 | 40 | 140 | 35 | 18 |
| Octal | 134 | 34 | 107 | 0 | 106 | 27 | 100 | 500 | 65 | 30 |
| Binary | 1011100 | 11100 | 1000111 | 0 | 1000110 | 10111 | 1000000 | 101000000 | 110101 | 11000 |
Color Harmonies of #5C1C47
Complementary color
Monochromatic Colors of #5C1C47
Black with #5C1C47
Text Example
Text Example
White with #5C1C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1C47; }
p { color: rgb(92,28,71); }
H1.HeaderClassName
{
color: #5C1C47;
}
.AnyTagClassName
{
color: #5C1C47;
}
</style>
background-color css
<style>
a { background-color: #5C1C47; }
a { background-color: rgb(92,28,71); }
div.DivClassName
{
background-color: #5C1C47;
}
.BgClassName
{
background-color: #5C1C47;
}
</style>
border-color css
<style>
span { border-color: #5C1C47; }
span { border-color: rgb(92,28,71); }
td.TdClassName
{
border-color: #5C1C47;
}
.TagClassName
{
border-color: #5C1C47;
}
</style>