Shades of Pompadour #5C254A
Tints of Pompadour #5C254A
RGB
CMYK
RGB Variations
Color information
#5C254A (or 0x5C254A) is known color: Pompadour. HEX triplet: 5C, 25 and 4A. RGB value is (92,37,74). Sum of RGB (Red+Green+Blue) = 92+37+74=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 92 - color contains mainly: red. Hex color #5C254A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C254A is #A3DAB5. Grayscale: #393939. Windows color (decimal): -10738358 or 4859228. OLE color: 4859228.
HSL color Cylindrical-coordinate representation of color #5C254A: hue angle of 319.64º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C254A is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 37 | 74 | - |
| CMYK | 0 | 0.60 | 0.20 | 0.64 |
| HSL | 319.64º | 0.43% | 0.25% | - |
| HSV(B) | 319.64º | 0.6% | 0.36% | - |
| XYZ | 6.31 | 4.09 | 6.94 | - |
| YUV | 57.66 | 137.22 | 152.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 37 | 74 | 0 | 0.60 | 0.20 | 0.64 | 319.64 | 0.43 | 0.25 |
| Hex | 5C | 25 | 4A | 0 | 3C | 14 | 40 | 140 | 2B | 19 |
| Octal | 134 | 45 | 112 | 0 | 74 | 24 | 100 | 500 | 53 | 31 |
| Binary | 1011100 | 100101 | 1001010 | 0 | 111100 | 10100 | 1000000 | 101000000 | 101011 | 11001 |
Color Harmonies of #5C254A
Complementary color
Monochromatic Colors of #5C254A
Black with #5C254A
Text Example
Text Example
White with #5C254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C254A; }
p { color: rgb(92,37,74); }
H1.HeaderClassName
{
color: #5C254A;
}
.AnyTagClassName
{
color: #5C254A;
}
</style>
background-color css
<style>
a { background-color: #5C254A; }
a { background-color: rgb(92,37,74); }
div.DivClassName
{
background-color: #5C254A;
}
.BgClassName
{
background-color: #5C254A;
}
</style>
border-color css
<style>
span { border-color: #5C254A; }
span { border-color: rgb(92,37,74); }
td.TdClassName
{
border-color: #5C254A;
}
.TagClassName
{
border-color: #5C254A;
}
</style>