Shades of Pompadour #5C2147
Tints of Pompadour #5C2147
RGB
CMYK
RGB Variations
Color information
#5C2147 (or 0x5C2147) is known color: Pompadour. HEX triplet: 5C, 21 and 47. RGB value is (92,33,71). Sum of RGB (Red+Green+Blue) = 92+33+71=196 (25% of max value = 765). Red value is 92 (36.33% from 255 or 46.94% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2147 is #A3DEB8. Grayscale: #363636. Windows color (decimal): -10739385 or 4661596. OLE color: 4661596.
HSL color Cylindrical-coordinate representation of color #5C2147: hue angle of 321.36º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C2147 is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 33 | 71 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.64 |
| HSL | 321.36º | 0.47% | 0.25% | - |
| HSV(B) | 321.36º | 0.64% | 0.36% | - |
| XYZ | 6.09 | 3.82 | 6.38 | - |
| YUV | 54.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 33 | 71 | 0 | 0.64 | 0.23 | 0.64 | 321.36 | 0.47 | 0.25 |
| Hex | 5C | 21 | 47 | 0 | 40 | 17 | 40 | 141 | 2F | 19 |
| Octal | 134 | 41 | 107 | 0 | 100 | 27 | 100 | 501 | 57 | 31 |
| Binary | 1011100 | 100001 | 1000111 | 0 | 1000000 | 10111 | 1000000 | 101000001 | 101111 | 11001 |
Color Harmonies of #5C2147
Complementary color
Monochromatic Colors of #5C2147
Black with #5C2147
Text Example
Text Example
White with #5C2147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2147; }
p { color: rgb(92,33,71); }
H1.HeaderClassName
{
color: #5C2147;
}
.AnyTagClassName
{
color: #5C2147;
}
</style>
background-color css
<style>
a { background-color: #5C2147; }
a { background-color: rgb(92,33,71); }
div.DivClassName
{
background-color: #5C2147;
}
.BgClassName
{
background-color: #5C2147;
}
</style>
border-color css
<style>
span { border-color: #5C2147; }
span { border-color: rgb(92,33,71); }
td.TdClassName
{
border-color: #5C2147;
}
.TagClassName
{
border-color: #5C2147;
}
</style>