Shades of Pompadour #5C1C49
Tints of Pompadour #5C1C49
RGB
CMYK
RGB Variations
Color information
#5C1C49 (or 0x5C1C49) is known color: Pompadour. HEX triplet: 5C, 1C and 49. RGB value is (92,28,73). Sum of RGB (Red+Green+Blue) = 92+28+73=193 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.67% from 193); Green value is 28 (11.33% from 255 or 14.51% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C1C49 is #A3E3B6. Grayscale: #343434. Windows color (decimal): -10740663 or 4791388. OLE color: 4791388.
HSL color Cylindrical-coordinate representation of color #5C1C49: hue angle of 317.81º 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 #5C1C49 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 28 | 73 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.64 |
| HSL | 317.81º | 0.53% | 0.24% | - |
| HSV(B) | 317.81º | 0.7% | 0.36% | - |
| XYZ | 6.03 | 3.59 | 6.68 | - |
| YUV | 52.27 | 139.7 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 28 | 73 | 0 | 0.70 | 0.21 | 0.64 | 317.81 | 0.53 | 0.24 |
| Hex | 5C | 1C | 49 | 0 | 46 | 15 | 40 | 13E | 35 | 18 |
| Octal | 134 | 34 | 111 | 0 | 106 | 25 | 100 | 476 | 65 | 30 |
| Binary | 1011100 | 11100 | 1001001 | 0 | 1000110 | 10101 | 1000000 | 100111110 | 110101 | 11000 |
Color Harmonies of #5C1C49
Complementary color
Monochromatic Colors of #5C1C49
Black with #5C1C49
Text Example
Text Example
White with #5C1C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1C49; }
p { color: rgb(92,28,73); }
H1.HeaderClassName
{
color: #5C1C49;
}
.AnyTagClassName
{
color: #5C1C49;
}
</style>
background-color css
<style>
a { background-color: #5C1C49; }
a { background-color: rgb(92,28,73); }
div.DivClassName
{
background-color: #5C1C49;
}
.BgClassName
{
background-color: #5C1C49;
}
</style>
border-color css
<style>
span { border-color: #5C1C49; }
span { border-color: rgb(92,28,73); }
td.TdClassName
{
border-color: #5C1C49;
}
.TagClassName
{
border-color: #5C1C49;
}
</style>