Shades of Pompadour #5B163C
Tints of Pompadour #5B163C
RGB
CMYK
RGB Variations
Color information
#5B163C (or 0x5B163C) is known color: Pompadour. HEX triplet: 5B, 16 and 3C. RGB value is (91,22,60). Sum of RGB (Red+Green+Blue) = 91+22+60=173 (22% of max value = 765). Red value is 91 (35.94% from 255 or 52.60% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 91 - color contains mainly: red. Hex color #5B163C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B163C is #A4E9C3. Grayscale: #2E2E2E. Windows color (decimal): -10807748 or 3937883. OLE color: 3937883.
HSL color Cylindrical-coordinate representation of color #5B163C: hue angle of 326.96º 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 #5B163C is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 22 | 60 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.64 |
| HSL | 326.96º | 0.61% | 0.22% | - |
| HSV(B) | 326.96º | 0.76% | 0.36% | - |
| XYZ | 5.42 | 3.12 | 4.59 | - |
| YUV | 46.96 | 135.36 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 60 | 0 | 0.76 | 0.34 | 0.64 | 326.96 | 0.61 | 0.22 |
| Hex | 5B | 16 | 3C | 0 | 4C | 22 | 40 | 147 | 3D | 16 |
| Octal | 133 | 26 | 74 | 0 | 114 | 42 | 100 | 507 | 75 | 26 |
| Binary | 1011011 | 10110 | 111100 | 0 | 1001100 | 100010 | 1000000 | 101000111 | 111101 | 10110 |
Color Harmonies of #5B163C
Complementary color
Monochromatic Colors of #5B163C
Black with #5B163C
Text Example
Text Example
White with #5B163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B163C; }
p { color: rgb(91,22,60); }
H1.HeaderClassName
{
color: #5B163C;
}
.AnyTagClassName
{
color: #5B163C;
}
</style>
background-color css
<style>
a { background-color: #5B163C; }
a { background-color: rgb(91,22,60); }
div.DivClassName
{
background-color: #5B163C;
}
.BgClassName
{
background-color: #5B163C;
}
</style>
border-color css
<style>
span { border-color: #5B163C; }
span { border-color: rgb(91,22,60); }
td.TdClassName
{
border-color: #5B163C;
}
.TagClassName
{
border-color: #5B163C;
}
</style>