Shades of Pompadour #5D1B39
Tints of Pompadour #5D1B39
RGB
CMYK
RGB Variations
Color information
#5D1B39 (or 0x5D1B39) is known color: Pompadour. HEX triplet: 5D, 1B and 39. RGB value is (93,27,57). Sum of RGB (Red+Green+Blue) = 93+27+57=177 (23% of max value = 765). Red value is 93 (36.72% from 255 or 52.54% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1B39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1B39 is #A2E4C6. Grayscale: #323232. Windows color (decimal): -10675399 or 3742557. OLE color: 3742557.
HSL color Cylindrical-coordinate representation of color #5D1B39: hue angle of 332.73º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5D1B39 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 27 | 57 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.64 |
| HSL | 332.73º | 0.55% | 0.24% | - |
| HSV(B) | 332.73º | 0.71% | 0.36% | - |
| XYZ | 5.64 | 3.41 | 4.23 | - |
| YUV | 50.15 | 131.87 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 27 | 57 | 0 | 0.71 | 0.39 | 0.64 | 332.73 | 0.55 | 0.24 |
| Hex | 5D | 1B | 39 | 0 | 47 | 27 | 40 | 14D | 37 | 18 |
| Octal | 135 | 33 | 71 | 0 | 107 | 47 | 100 | 515 | 67 | 30 |
| Binary | 1011101 | 11011 | 111001 | 0 | 1000111 | 100111 | 1000000 | 101001101 | 110111 | 11000 |
Color Harmonies of #5D1B39
Complementary color
Monochromatic Colors of #5D1B39
Black with #5D1B39
Text Example
Text Example
White with #5D1B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1B39; }
p { color: rgb(93,27,57); }
H1.HeaderClassName
{
color: #5D1B39;
}
.AnyTagClassName
{
color: #5D1B39;
}
</style>
background-color css
<style>
a { background-color: #5D1B39; }
a { background-color: rgb(93,27,57); }
div.DivClassName
{
background-color: #5D1B39;
}
.BgClassName
{
background-color: #5D1B39;
}
</style>
border-color css
<style>
span { border-color: #5D1B39; }
span { border-color: rgb(93,27,57); }
td.TdClassName
{
border-color: #5D1B39;
}
.TagClassName
{
border-color: #5D1B39;
}
</style>