Shades of Pompadour #5D1639
Tints of Pompadour #5D1639
RGB
CMYK
RGB Variations
Color information
#5D1639 (or 0x5D1639) is known color: Pompadour. HEX triplet: 5D, 16 and 39. RGB value is (93,22,57). Sum of RGB (Red+Green+Blue) = 93+22+57=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 57 (22.66% from 255 or 33.14% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1639 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1639 is #A2E9C6. Grayscale: #2F2F2F. Windows color (decimal): -10676679 or 3741277. OLE color: 3741277.
HSL color Cylindrical-coordinate representation of color #5D1639: hue angle of 330.42º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D1639 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 22 | 57 | - |
| CMYK | 0 | 0.76 | 0.39 | 0.64 |
| HSL | 330.42º | 0.62% | 0.23% | - |
| HSV(B) | 330.42º | 0.76% | 0.36% | - |
| XYZ | 5.54 | 3.2 | 4.2 | - |
| YUV | 47.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 22 | 57 | 0 | 0.76 | 0.39 | 0.64 | 330.42 | 0.62 | 0.23 |
| Hex | 5D | 16 | 39 | 0 | 4C | 27 | 40 | 14A | 3E | 17 |
| Octal | 135 | 26 | 71 | 0 | 114 | 47 | 100 | 512 | 76 | 27 |
| Binary | 1011101 | 10110 | 111001 | 0 | 1001100 | 100111 | 1000000 | 101001010 | 111110 | 10111 |
Color Harmonies of #5D1639
Complementary color
Monochromatic Colors of #5D1639
Black with #5D1639
Text Example
Text Example
White with #5D1639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1639; }
p { color: rgb(93,22,57); }
H1.HeaderClassName
{
color: #5D1639;
}
.AnyTagClassName
{
color: #5D1639;
}
</style>
background-color css
<style>
a { background-color: #5D1639; }
a { background-color: rgb(93,22,57); }
div.DivClassName
{
background-color: #5D1639;
}
.BgClassName
{
background-color: #5D1639;
}
</style>
border-color css
<style>
span { border-color: #5D1639; }
span { border-color: rgb(93,22,57); }
td.TdClassName
{
border-color: #5D1639;
}
.TagClassName
{
border-color: #5D1639;
}
</style>