Shades of Pompadour #5C253E
Tints of Pompadour #5C253E
RGB
CMYK
RGB Variations
Color information
#5C253E (or 0x5C253E) is known color: Pompadour. HEX triplet: 5C, 25 and 3E. RGB value is (92,37,62). Sum of RGB (Red+Green+Blue) = 92+37+62=191 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.17% from 191); Green value is 37 (14.84% from 255 or 19.37% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 92 - color contains mainly: red. Hex color #5C253E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C253E is #A3DAC1. Grayscale: #383838. Windows color (decimal): -10738370 or 4072796. OLE color: 4072796.
HSL color Cylindrical-coordinate representation of color #5C253E: hue angle of 332.73º 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 #5C253E is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 37 | 62 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.64 |
| HSL | 332.73º | 0.43% | 0.25% | - |
| HSV(B) | 332.73º | 0.6% | 0.36% | - |
| XYZ | 5.94 | 3.95 | 5.01 | - |
| YUV | 56.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 37 | 62 | 0 | 0.60 | 0.33 | 0.64 | 332.73 | 0.43 | 0.25 |
| Hex | 5C | 25 | 3E | 0 | 3C | 21 | 40 | 14D | 2B | 19 |
| Octal | 134 | 45 | 76 | 0 | 74 | 41 | 100 | 515 | 53 | 31 |
| Binary | 1011100 | 100101 | 111110 | 0 | 111100 | 100001 | 1000000 | 101001101 | 101011 | 11001 |
Color Harmonies of #5C253E
Complementary color
Monochromatic Colors of #5C253E
Black with #5C253E
Text Example
Text Example
White with #5C253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C253E; }
p { color: rgb(92,37,62); }
H1.HeaderClassName
{
color: #5C253E;
}
.AnyTagClassName
{
color: #5C253E;
}
</style>
background-color css
<style>
a { background-color: #5C253E; }
a { background-color: rgb(92,37,62); }
div.DivClassName
{
background-color: #5C253E;
}
.BgClassName
{
background-color: #5C253E;
}
</style>
border-color css
<style>
span { border-color: #5C253E; }
span { border-color: rgb(92,37,62); }
td.TdClassName
{
border-color: #5C253E;
}
.TagClassName
{
border-color: #5C253E;
}
</style>