Shades of Pompadour #5C1449
Tints of Pompadour #5C1449
RGB
CMYK
RGB Variations
Color information
#5C1449 (or 0x5C1449) is known color: Pompadour. HEX triplet: 5C, 14 and 49. RGB value is (92,20,73). Sum of RGB (Red+Green+Blue) = 92+20+73=185 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.73% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1449 is #A3EBB6. Grayscale: #2F2F2F. Windows color (decimal): -10742711 or 4789340. OLE color: 4789340.
HSL color Cylindrical-coordinate representation of color #5C1449: hue angle of 315.83º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C1449 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 20 | 73 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.64 |
| HSL | 315.83º | 0.64% | 0.22% | - |
| HSV(B) | 315.83º | 0.78% | 0.36% | - |
| XYZ | 5.87 | 3.26 | 6.62 | - |
| YUV | 47.57 | 142.35 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 73 | 0 | 0.78 | 0.21 | 0.64 | 315.83 | 0.64 | 0.22 |
| Hex | 5C | 14 | 49 | 0 | 4E | 15 | 40 | 13C | 40 | 16 |
| Octal | 134 | 24 | 111 | 0 | 116 | 25 | 100 | 474 | 100 | 26 |
| Binary | 1011100 | 10100 | 1001001 | 0 | 1001110 | 10101 | 1000000 | 100111100 | 1000000 | 10110 |
Color Harmonies of #5C1449
Complementary color
Monochromatic Colors of #5C1449
Black with #5C1449
Text Example
Text Example
White with #5C1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1449; }
p { color: rgb(92,20,73); }
H1.HeaderClassName
{
color: #5C1449;
}
.AnyTagClassName
{
color: #5C1449;
}
</style>
background-color css
<style>
a { background-color: #5C1449; }
a { background-color: rgb(92,20,73); }
div.DivClassName
{
background-color: #5C1449;
}
.BgClassName
{
background-color: #5C1449;
}
</style>
border-color css
<style>
span { border-color: #5C1449; }
span { border-color: rgb(92,20,73); }
td.TdClassName
{
border-color: #5C1449;
}
.TagClassName
{
border-color: #5C1449;
}
</style>