Shades of Pompadour #5D144B
Tints of Pompadour #5D144B
RGB
CMYK
RGB Variations
Color information
#5D144B (or 0x5D144B) is known color: Pompadour. HEX triplet: 5D, 14 and 4B. RGB value is (93,20,75). Sum of RGB (Red+Green+Blue) = 93+20+75=188 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.47% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 93 - color contains mainly: red. Hex color #5D144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D144B is #A2EBB4. Grayscale: #2F2F2F. Windows color (decimal): -10677173 or 4920413. OLE color: 4920413.
HSL color Cylindrical-coordinate representation of color #5D144B: hue angle of 314.79º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D144B is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 20 | 75 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.64 |
| HSL | 314.79º | 0.65% | 0.22% | - |
| HSV(B) | 314.79º | 0.78% | 0.36% | - |
| XYZ | 6.03 | 3.34 | 6.98 | - |
| YUV | 48.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 20 | 75 | 0 | 0.78 | 0.19 | 0.64 | 314.79 | 0.65 | 0.22 |
| Hex | 5D | 14 | 4B | 0 | 4E | 13 | 40 | 13B | 41 | 16 |
| Octal | 135 | 24 | 113 | 0 | 116 | 23 | 100 | 473 | 101 | 26 |
| Binary | 1011101 | 10100 | 1001011 | 0 | 1001110 | 10011 | 1000000 | 100111011 | 1000001 | 10110 |
Color Harmonies of #5D144B
Complementary color
Monochromatic Colors of #5D144B
Black with #5D144B
Text Example
Text Example
White with #5D144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D144B; }
p { color: rgb(93,20,75); }
H1.HeaderClassName
{
color: #5D144B;
}
.AnyTagClassName
{
color: #5D144B;
}
</style>
background-color css
<style>
a { background-color: #5D144B; }
a { background-color: rgb(93,20,75); }
div.DivClassName
{
background-color: #5D144B;
}
.BgClassName
{
background-color: #5D144B;
}
</style>
border-color css
<style>
span { border-color: #5D144B; }
span { border-color: rgb(93,20,75); }
td.TdClassName
{
border-color: #5D144B;
}
.TagClassName
{
border-color: #5D144B;
}
</style>