Shades of Pompadour #5C1444
Tints of Pompadour #5C1444
RGB
CMYK
RGB Variations
Color information
#5C1444 (or 0x5C1444) is known color: Pompadour. HEX triplet: 5C, 14 and 44. RGB value is (92,20,68). Sum of RGB (Red+Green+Blue) = 92+20+68=180 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.11% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 68 (26.95% from 255 or 37.78% from 180); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1444 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1444 is #A3EBBB. Grayscale: #2E2E2E. Windows color (decimal): -10742716 or 4461660. OLE color: 4461660.
HSL color Cylindrical-coordinate representation of color #5C1444: hue angle of 320º 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 #5C1444 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 20 | 68 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.64 |
| HSL | 320º | 0.64% | 0.22% | - |
| HSV(B) | 320º | 0.78% | 0.36% | - |
| XYZ | 5.71 | 3.19 | 5.78 | - |
| YUV | 47 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 20 | 68 | 0 | 0.78 | 0.26 | 0.64 | 320 | 0.64 | 0.22 |
| Hex | 5C | 14 | 44 | 0 | 4E | 1A | 40 | 140 | 40 | 16 |
| Octal | 134 | 24 | 104 | 0 | 116 | 32 | 100 | 500 | 100 | 26 |
| Binary | 1011100 | 10100 | 1000100 | 0 | 1001110 | 11010 | 1000000 | 101000000 | 1000000 | 10110 |
Color Harmonies of #5C1444
Complementary color
Monochromatic Colors of #5C1444
Black with #5C1444
Text Example
Text Example
White with #5C1444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1444; }
p { color: rgb(92,20,68); }
H1.HeaderClassName
{
color: #5C1444;
}
.AnyTagClassName
{
color: #5C1444;
}
</style>
background-color css
<style>
a { background-color: #5C1444; }
a { background-color: rgb(92,20,68); }
div.DivClassName
{
background-color: #5C1444;
}
.BgClassName
{
background-color: #5C1444;
}
</style>
border-color css
<style>
span { border-color: #5C1444; }
span { border-color: rgb(92,20,68); }
td.TdClassName
{
border-color: #5C1444;
}
.TagClassName
{
border-color: #5C1444;
}
</style>