Shades of Pompadour #5C1C4A
Tints of Pompadour #5C1C4A
RGB
CMYK
RGB Variations
Color information
#5C1C4A (or 0x5C1C4A) is known color: Pompadour. HEX triplet: 5C, 1C and 4A. RGB value is (92,28,74). Sum of RGB (Red+Green+Blue) = 92+28+74=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1C4A is #A3E3B5. Grayscale: #343434. Windows color (decimal): -10740662 or 4856924. OLE color: 4856924.
HSL color Cylindrical-coordinate representation of color #5C1C4A: hue angle of 316.88º 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 #5C1C4A is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 28 | 74 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.64 |
| HSL | 316.88º | 0.53% | 0.24% | - |
| HSV(B) | 316.88º | 0.7% | 0.36% | - |
| XYZ | 6.06 | 3.6 | 6.85 | - |
| YUV | 52.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 28 | 74 | 0 | 0.70 | 0.20 | 0.64 | 316.88 | 0.53 | 0.24 |
| Hex | 5C | 1C | 4A | 0 | 46 | 14 | 40 | 13D | 35 | 18 |
| Octal | 134 | 34 | 112 | 0 | 106 | 24 | 100 | 475 | 65 | 30 |
| Binary | 1011100 | 11100 | 1001010 | 0 | 1000110 | 10100 | 1000000 | 100111101 | 110101 | 11000 |
Color Harmonies of #5C1C4A
Complementary color
Monochromatic Colors of #5C1C4A
Black with #5C1C4A
Text Example
Text Example
White with #5C1C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1C4A; }
p { color: rgb(92,28,74); }
H1.HeaderClassName
{
color: #5C1C4A;
}
.AnyTagClassName
{
color: #5C1C4A;
}
</style>
background-color css
<style>
a { background-color: #5C1C4A; }
a { background-color: rgb(92,28,74); }
div.DivClassName
{
background-color: #5C1C4A;
}
.BgClassName
{
background-color: #5C1C4A;
}
</style>
border-color css
<style>
span { border-color: #5C1C4A; }
span { border-color: rgb(92,28,74); }
td.TdClassName
{
border-color: #5C1C4A;
}
.TagClassName
{
border-color: #5C1C4A;
}
</style>