Shades of Pompadour #5C1646
Tints of Pompadour #5C1646
RGB
CMYK
RGB Variations
Color information
#5C1646 (or 0x5C1646) is known color: Pompadour. HEX triplet: 5C, 16 and 46. RGB value is (92,22,70). Sum of RGB (Red+Green+Blue) = 92+22+70=184 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50% from 184); Green value is 22 (8.98% from 255 or 11.96% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1646 is #A3E9B9. Grayscale: #303030. Windows color (decimal): -10742202 or 4593244. OLE color: 4593244.
HSL color Cylindrical-coordinate representation of color #5C1646: hue angle of 318.86º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C1646 is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 22 | 70 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.64 |
| HSL | 318.86º | 0.61% | 0.22% | - |
| HSV(B) | 318.86º | 0.76% | 0.36% | - |
| XYZ | 5.81 | 3.29 | 6.12 | - |
| YUV | 48.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 22 | 70 | 0 | 0.76 | 0.24 | 0.64 | 318.86 | 0.61 | 0.22 |
| Hex | 5C | 16 | 46 | 0 | 4C | 18 | 40 | 13F | 3D | 16 |
| Octal | 134 | 26 | 106 | 0 | 114 | 30 | 100 | 477 | 75 | 26 |
| Binary | 1011100 | 10110 | 1000110 | 0 | 1001100 | 11000 | 1000000 | 100111111 | 111101 | 10110 |
Color Harmonies of #5C1646
Complementary color
Monochromatic Colors of #5C1646
Black with #5C1646
Text Example
Text Example
White with #5C1646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1646; }
p { color: rgb(92,22,70); }
H1.HeaderClassName
{
color: #5C1646;
}
.AnyTagClassName
{
color: #5C1646;
}
</style>
background-color css
<style>
a { background-color: #5C1646; }
a { background-color: rgb(92,22,70); }
div.DivClassName
{
background-color: #5C1646;
}
.BgClassName
{
background-color: #5C1646;
}
</style>
border-color css
<style>
span { border-color: #5C1646; }
span { border-color: rgb(92,22,70); }
td.TdClassName
{
border-color: #5C1646;
}
.TagClassName
{
border-color: #5C1646;
}
</style>