Shades of Pompadour #5C2A40
Tints of Pompadour #5C2A40
RGB
CMYK
RGB Variations
Color information
#5C2A40 (or 0x5C2A40) is known color: Pompadour. HEX triplet: 5C, 2A and 40. RGB value is (92,42,64). Sum of RGB (Red+Green+Blue) = 92+42+64=198 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.46% from 198); Green value is 42 (16.80% from 255 or 21.21% from 198); Blue value is 64 (25.39% from 255 or 32.32% from 198); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C2A40 is #A3D5BF. Grayscale: #3B3B3B. Windows color (decimal): -10737088 or 4205148. OLE color: 4205148.
HSL color Cylindrical-coordinate representation of color #5C2A40: hue angle of 333.6º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C2A40 is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 42 | 64 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.64 |
| HSL | 333.6º | 0.37% | 0.26% | - |
| HSV(B) | 333.6º | 0.54% | 0.36% | - |
| XYZ | 6.17 | 4.3 | 5.36 | - |
| YUV | 59.46 | 130.57 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 42 | 64 | 0 | 0.54 | 0.30 | 0.64 | 333.6 | 0.37 | 0.26 |
| Hex | 5C | 2A | 40 | 0 | 36 | 1E | 40 | 14E | 25 | 1A |
| Octal | 134 | 52 | 100 | 0 | 66 | 36 | 100 | 516 | 45 | 32 |
| Binary | 1011100 | 101010 | 1000000 | 0 | 110110 | 11110 | 1000000 | 101001110 | 100101 | 11010 |
Color Harmonies of #5C2A40
Complementary color
Monochromatic Colors of #5C2A40
Black with #5C2A40
Text Example
Text Example
White with #5C2A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2A40; }
p { color: rgb(92,42,64); }
H1.HeaderClassName
{
color: #5C2A40;
}
.AnyTagClassName
{
color: #5C2A40;
}
</style>
background-color css
<style>
a { background-color: #5C2A40; }
a { background-color: rgb(92,42,64); }
div.DivClassName
{
background-color: #5C2A40;
}
.BgClassName
{
background-color: #5C2A40;
}
</style>
border-color css
<style>
span { border-color: #5C2A40; }
span { border-color: rgb(92,42,64); }
td.TdClassName
{
border-color: #5C2A40;
}
.TagClassName
{
border-color: #5C2A40;
}
</style>