Shades of Pompadour #5C163F
Tints of Pompadour #5C163F
RGB
CMYK
RGB Variations
Color information
#5C163F (or 0x5C163F) is known color: Pompadour. HEX triplet: 5C, 16 and 3F. RGB value is (92,22,63). Sum of RGB (Red+Green+Blue) = 92+22+63=177 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.98% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 63 (25% from 255 or 35.59% from 177); Max value from RGB is 92 - color contains mainly: red. Hex color #5C163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C163F is #A3E9C0. Grayscale: #2F2F2F. Windows color (decimal): -10742209 or 4134492. OLE color: 4134492.
HSL color Cylindrical-coordinate representation of color #5C163F: hue angle of 324.86º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C163F is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 22 | 63 | - |
| CMYK | 0 | 0.76 | 0.32 | 0.64 |
| HSL | 324.86º | 0.61% | 0.22% | - |
| HSV(B) | 324.86º | 0.76% | 0.36% | - |
| XYZ | 5.6 | 3.21 | 5.03 | - |
| YUV | 47.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 22 | 63 | 0 | 0.76 | 0.32 | 0.64 | 324.86 | 0.61 | 0.22 |
| Hex | 5C | 16 | 3F | 0 | 4C | 20 | 40 | 145 | 3D | 16 |
| Octal | 134 | 26 | 77 | 0 | 114 | 40 | 100 | 505 | 75 | 26 |
| Binary | 1011100 | 10110 | 111111 | 0 | 1001100 | 100000 | 1000000 | 101000101 | 111101 | 10110 |
Color Harmonies of #5C163F
Complementary color
Monochromatic Colors of #5C163F
Black with #5C163F
Text Example
Text Example
White with #5C163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C163F; }
p { color: rgb(92,22,63); }
H1.HeaderClassName
{
color: #5C163F;
}
.AnyTagClassName
{
color: #5C163F;
}
</style>
background-color css
<style>
a { background-color: #5C163F; }
a { background-color: rgb(92,22,63); }
div.DivClassName
{
background-color: #5C163F;
}
.BgClassName
{
background-color: #5C163F;
}
</style>
border-color css
<style>
span { border-color: #5C163F; }
span { border-color: rgb(92,22,63); }
td.TdClassName
{
border-color: #5C163F;
}
.TagClassName
{
border-color: #5C163F;
}
</style>