Shades of Pompadour #5B203C
Tints of Pompadour #5B203C
RGB
CMYK
RGB Variations
Color information
#5B203C (or 0x5B203C) is known color: Pompadour. HEX triplet: 5B, 20 and 3C. RGB value is (91,32,60). Sum of RGB (Red+Green+Blue) = 91+32+60=183 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.73% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 91 - color contains mainly: red. Hex color #5B203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B203C is #A4DFC3. Grayscale: #343434. Windows color (decimal): -10805188 or 3940443. OLE color: 3940443.
HSL color Cylindrical-coordinate representation of color #5B203C: hue angle of 331.53º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B203C is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 32 | 60 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.64 |
| HSL | 331.53º | 0.48% | 0.24% | - |
| HSV(B) | 331.53º | 0.65% | 0.36% | - |
| XYZ | 5.65 | 3.58 | 4.67 | - |
| YUV | 52.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 60 | 0 | 0.65 | 0.34 | 0.64 | 331.53 | 0.48 | 0.24 |
| Hex | 5B | 20 | 3C | 0 | 41 | 22 | 40 | 14C | 30 | 18 |
| Octal | 133 | 40 | 74 | 0 | 101 | 42 | 100 | 514 | 60 | 30 |
| Binary | 1011011 | 100000 | 111100 | 0 | 1000001 | 100010 | 1000000 | 101001100 | 110000 | 11000 |
Color Harmonies of #5B203C
Complementary color
Monochromatic Colors of #5B203C
Black with #5B203C
Text Example
Text Example
White with #5B203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B203C; }
p { color: rgb(91,32,60); }
H1.HeaderClassName
{
color: #5B203C;
}
.AnyTagClassName
{
color: #5B203C;
}
</style>
background-color css
<style>
a { background-color: #5B203C; }
a { background-color: rgb(91,32,60); }
div.DivClassName
{
background-color: #5B203C;
}
.BgClassName
{
background-color: #5B203C;
}
</style>
border-color css
<style>
span { border-color: #5B203C; }
span { border-color: rgb(91,32,60); }
td.TdClassName
{
border-color: #5B203C;
}
.TagClassName
{
border-color: #5B203C;
}
</style>