Shades of Pompadour #5C163B
Tints of Pompadour #5C163B
RGB
CMYK
RGB Variations
Color information
#5C163B (or 0x5C163B) is known color: Pompadour. HEX triplet: 5C, 16 and 3B. RGB value is (92,22,59). Sum of RGB (Red+Green+Blue) = 92+22+59=173 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.18% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 92 - color contains mainly: red. Hex color #5C163B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C163B is #A3E9C4. Grayscale: #2F2F2F. Windows color (decimal): -10742213 or 3872348. OLE color: 3872348.
HSL color Cylindrical-coordinate representation of color #5C163B: hue angle of 328.29º 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 #5C163B is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 22 | 59 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.64 |
| HSL | 328.29º | 0.61% | 0.22% | - |
| HSV(B) | 328.29º | 0.76% | 0.36% | - |
| XYZ | 5.49 | 3.16 | 4.46 | - |
| YUV | 47.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 22 | 59 | 0 | 0.76 | 0.36 | 0.64 | 328.29 | 0.61 | 0.22 |
| Hex | 5C | 16 | 3B | 0 | 4C | 24 | 40 | 148 | 3D | 16 |
| Octal | 134 | 26 | 73 | 0 | 114 | 44 | 100 | 510 | 75 | 26 |
| Binary | 1011100 | 10110 | 111011 | 0 | 1001100 | 100100 | 1000000 | 101001000 | 111101 | 10110 |
Color Harmonies of #5C163B
Complementary color
Monochromatic Colors of #5C163B
Black with #5C163B
Text Example
Text Example
White with #5C163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C163B; }
p { color: rgb(92,22,59); }
H1.HeaderClassName
{
color: #5C163B;
}
.AnyTagClassName
{
color: #5C163B;
}
</style>
background-color css
<style>
a { background-color: #5C163B; }
a { background-color: rgb(92,22,59); }
div.DivClassName
{
background-color: #5C163B;
}
.BgClassName
{
background-color: #5C163B;
}
</style>
border-color css
<style>
span { border-color: #5C163B; }
span { border-color: rgb(92,22,59); }
td.TdClassName
{
border-color: #5C163B;
}
.TagClassName
{
border-color: #5C163B;
}
</style>