Shades of Pompadour #5C2647
Tints of Pompadour #5C2647
RGB
CMYK
RGB Variations
Color information
#5C2647 (or 0x5C2647) is known color: Pompadour. HEX triplet: 5C, 26 and 47. RGB value is (92,38,71). Sum of RGB (Red+Green+Blue) = 92+38+71=201 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.77% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 71 (28.12% from 255 or 35.32% from 201); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2647 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2647 is #A3D9B8. Grayscale: #393939. Windows color (decimal): -10738105 or 4662876. OLE color: 4662876.
HSL color Cylindrical-coordinate representation of color #5C2647: hue angle of 323.33º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C2647 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 38 | 71 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.64 |
| HSL | 323.33º | 0.42% | 0.25% | - |
| HSV(B) | 323.33º | 0.59% | 0.36% | - |
| XYZ | 6.24 | 4.12 | 6.43 | - |
| YUV | 57.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 38 | 71 | 0 | 0.59 | 0.23 | 0.64 | 323.33 | 0.42 | 0.25 |
| Hex | 5C | 26 | 47 | 0 | 3B | 17 | 40 | 143 | 2A | 19 |
| Octal | 134 | 46 | 107 | 0 | 73 | 27 | 100 | 503 | 52 | 31 |
| Binary | 1011100 | 100110 | 1000111 | 0 | 111011 | 10111 | 1000000 | 101000011 | 101010 | 11001 |
Color Harmonies of #5C2647
Complementary color
Monochromatic Colors of #5C2647
Black with #5C2647
Text Example
Text Example
White with #5C2647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2647; }
p { color: rgb(92,38,71); }
H1.HeaderClassName
{
color: #5C2647;
}
.AnyTagClassName
{
color: #5C2647;
}
</style>
background-color css
<style>
a { background-color: #5C2647; }
a { background-color: rgb(92,38,71); }
div.DivClassName
{
background-color: #5C2647;
}
.BgClassName
{
background-color: #5C2647;
}
</style>
border-color css
<style>
span { border-color: #5C2647; }
span { border-color: rgb(92,38,71); }
td.TdClassName
{
border-color: #5C2647;
}
.TagClassName
{
border-color: #5C2647;
}
</style>