Shades of Pompadour #5D1449
Tints of Pompadour #5D1449
RGB
CMYK
RGB Variations
Color information
#5D1449 (or 0x5D1449) is known color: Pompadour. HEX triplet: 5D, 14 and 49. RGB value is (93,20,73). Sum of RGB (Red+Green+Blue) = 93+20+73=186 (24% of max value = 765). Red value is 93 (36.72% from 255 or 50% from 186); Green value is 20 (8.20% from 255 or 10.75% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1449 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1449 is #A2EBB6. Grayscale: #2F2F2F. Windows color (decimal): -10677175 or 4789341. OLE color: 4789341.
HSL color Cylindrical-coordinate representation of color #5D1449: hue angle of 316.44º 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 #5D1449 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 20 | 73 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.64 |
| HSL | 316.44º | 0.65% | 0.22% | - |
| HSV(B) | 316.44º | 0.78% | 0.36% | - |
| XYZ | 5.97 | 3.31 | 6.63 | - |
| YUV | 47.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 20 | 73 | 0 | 0.78 | 0.22 | 0.64 | 316.44 | 0.65 | 0.22 |
| Hex | 5D | 14 | 49 | 0 | 4E | 16 | 40 | 13C | 41 | 16 |
| Octal | 135 | 24 | 111 | 0 | 116 | 26 | 100 | 474 | 101 | 26 |
| Binary | 1011101 | 10100 | 1001001 | 0 | 1001110 | 10110 | 1000000 | 100111100 | 1000001 | 10110 |
Color Harmonies of #5D1449
Complementary color
Monochromatic Colors of #5D1449
Black with #5D1449
Text Example
Text Example
White with #5D1449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1449; }
p { color: rgb(93,20,73); }
H1.HeaderClassName
{
color: #5D1449;
}
.AnyTagClassName
{
color: #5D1449;
}
</style>
background-color css
<style>
a { background-color: #5D1449; }
a { background-color: rgb(93,20,73); }
div.DivClassName
{
background-color: #5D1449;
}
.BgClassName
{
background-color: #5D1449;
}
</style>
border-color css
<style>
span { border-color: #5D1449; }
span { border-color: rgb(93,20,73); }
td.TdClassName
{
border-color: #5D1449;
}
.TagClassName
{
border-color: #5D1449;
}
</style>