Shades of Pompadour #5D214B
Tints of Pompadour #5D214B
RGB
CMYK
RGB Variations
Color information
#5D214B (or 0x5D214B) is known color: Pompadour. HEX triplet: 5D, 21 and 4B. RGB value is (93,33,75). Sum of RGB (Red+Green+Blue) = 93+33+75=201 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.27% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 93 - color contains mainly: red. Hex color #5D214B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D214B is #A2DEB4. Grayscale: #373737. Windows color (decimal): -10673845 or 4923741. OLE color: 4923741.
HSL color Cylindrical-coordinate representation of color #5D214B: hue angle of 318º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D214B is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 33 | 75 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.64 |
| HSL | 318º | 0.48% | 0.25% | - |
| HSV(B) | 318º | 0.65% | 0.36% | - |
| XYZ | 6.33 | 3.92 | 7.08 | - |
| YUV | 55.73 | 138.88 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 75 | 0 | 0.65 | 0.19 | 0.64 | 318 | 0.48 | 0.25 |
| Hex | 5D | 21 | 4B | 0 | 41 | 13 | 40 | 13E | 30 | 19 |
| Octal | 135 | 41 | 113 | 0 | 101 | 23 | 100 | 476 | 60 | 31 |
| Binary | 1011101 | 100001 | 1001011 | 0 | 1000001 | 10011 | 1000000 | 100111110 | 110000 | 11001 |
Color Harmonies of #5D214B
Complementary color
Monochromatic Colors of #5D214B
Black with #5D214B
Text Example
Text Example
White with #5D214B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D214B; }
p { color: rgb(93,33,75); }
H1.HeaderClassName
{
color: #5D214B;
}
.AnyTagClassName
{
color: #5D214B;
}
</style>
background-color css
<style>
a { background-color: #5D214B; }
a { background-color: rgb(93,33,75); }
div.DivClassName
{
background-color: #5D214B;
}
.BgClassName
{
background-color: #5D214B;
}
</style>
border-color css
<style>
span { border-color: #5D214B; }
span { border-color: rgb(93,33,75); }
td.TdClassName
{
border-color: #5D214B;
}
.TagClassName
{
border-color: #5D214B;
}
</style>