Shades of Pompadour #5C203C
Tints of Pompadour #5C203C
RGB
CMYK
RGB Variations
Color information
#5C203C (or 0x5C203C) is known color: Pompadour. HEX triplet: 5C, 20 and 3C. RGB value is (92,32,60). Sum of RGB (Red+Green+Blue) = 92+32+60=184 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 92 - color contains mainly: red. Hex color #5C203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C203C is #A3DFC3. Grayscale: #353535. Windows color (decimal): -10739652 or 3940444. OLE color: 3940444.
HSL color Cylindrical-coordinate representation of color #5C203C: hue angle of 332º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C203C is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 32 | 60 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.64 |
| HSL | 332º | 0.48% | 0.24% | - |
| HSV(B) | 332º | 0.65% | 0.36% | - |
| XYZ | 5.75 | 3.63 | 4.67 | - |
| YUV | 53.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 32 | 60 | 0 | 0.65 | 0.35 | 0.64 | 332 | 0.48 | 0.24 |
| Hex | 5C | 20 | 3C | 0 | 41 | 23 | 40 | 14C | 30 | 18 |
| Octal | 134 | 40 | 74 | 0 | 101 | 43 | 100 | 514 | 60 | 30 |
| Binary | 1011100 | 100000 | 111100 | 0 | 1000001 | 100011 | 1000000 | 101001100 | 110000 | 11000 |
Color Harmonies of #5C203C
Complementary color
Monochromatic Colors of #5C203C
Black with #5C203C
Text Example
Text Example
White with #5C203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C203C; }
p { color: rgb(92,32,60); }
H1.HeaderClassName
{
color: #5C203C;
}
.AnyTagClassName
{
color: #5C203C;
}
</style>
background-color css
<style>
a { background-color: #5C203C; }
a { background-color: rgb(92,32,60); }
div.DivClassName
{
background-color: #5C203C;
}
.BgClassName
{
background-color: #5C203C;
}
</style>
border-color css
<style>
span { border-color: #5C203C; }
span { border-color: rgb(92,32,60); }
td.TdClassName
{
border-color: #5C203C;
}
.TagClassName
{
border-color: #5C203C;
}
</style>