Shades of Pompadour #5D1C4B
Tints of Pompadour #5D1C4B
RGB
CMYK
RGB Variations
Color information
#5D1C4B (or 0x5D1C4B) is known color: Pompadour. HEX triplet: 5D, 1C and 4B. RGB value is (93,28,75). Sum of RGB (Red+Green+Blue) = 93+28+75=196 (25% of max value = 765). Red value is 93 (36.72% from 255 or 47.45% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1C4B is #A2E3B4. Grayscale: #343434. Windows color (decimal): -10675125 or 4922461. OLE color: 4922461.
HSL color Cylindrical-coordinate representation of color #5D1C4B: hue angle of 316.62º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D1C4B is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 28 | 75 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.64 |
| HSL | 316.62º | 0.54% | 0.24% | - |
| HSV(B) | 316.62º | 0.7% | 0.36% | - |
| XYZ | 6.2 | 3.67 | 7.04 | - |
| YUV | 52.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 28 | 75 | 0 | 0.70 | 0.19 | 0.64 | 316.62 | 0.54 | 0.24 |
| Hex | 5D | 1C | 4B | 0 | 46 | 13 | 40 | 13D | 36 | 18 |
| Octal | 135 | 34 | 113 | 0 | 106 | 23 | 100 | 475 | 66 | 30 |
| Binary | 1011101 | 11100 | 1001011 | 0 | 1000110 | 10011 | 1000000 | 100111101 | 110110 | 11000 |
Color Harmonies of #5D1C4B
Complementary color
Monochromatic Colors of #5D1C4B
Black with #5D1C4B
Text Example
Text Example
White with #5D1C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1C4B; }
p { color: rgb(93,28,75); }
H1.HeaderClassName
{
color: #5D1C4B;
}
.AnyTagClassName
{
color: #5D1C4B;
}
</style>
background-color css
<style>
a { background-color: #5D1C4B; }
a { background-color: rgb(93,28,75); }
div.DivClassName
{
background-color: #5D1C4B;
}
.BgClassName
{
background-color: #5D1C4B;
}
</style>
border-color css
<style>
span { border-color: #5D1C4B; }
span { border-color: rgb(93,28,75); }
td.TdClassName
{
border-color: #5D1C4B;
}
.TagClassName
{
border-color: #5D1C4B;
}
</style>