Shades of Pompadour #5D1437
Tints of Pompadour #5D1437
RGB
CMYK
RGB Variations
Color information
#5D1437 (or 0x5D1437) is known color: Pompadour. HEX triplet: 5D, 14 and 37. RGB value is (93,20,55). Sum of RGB (Red+Green+Blue) = 93+20+55=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1437 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1437 is #A2EBC8. Grayscale: #2D2D2D. Windows color (decimal): -10677193 or 3609693. OLE color: 3609693.
HSL color Cylindrical-coordinate representation of color #5D1437: hue angle of 331.23º 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 #5D1437 is Cyan = 0, Magento = 0.78, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 20 | 55 | - |
| CMYK | 0 | 0.78 | 0.41 | 0.64 |
| HSL | 331.23º | 0.65% | 0.22% | - |
| HSV(B) | 331.23º | 0.78% | 0.36% | - |
| XYZ | 5.45 | 3.1 | 3.93 | - |
| YUV | 45.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 20 | 55 | 0 | 0.78 | 0.41 | 0.64 | 331.23 | 0.65 | 0.22 |
| Hex | 5D | 14 | 37 | 0 | 4E | 29 | 40 | 14B | 41 | 16 |
| Octal | 135 | 24 | 67 | 0 | 116 | 51 | 100 | 513 | 101 | 26 |
| Binary | 1011101 | 10100 | 110111 | 0 | 1001110 | 101001 | 1000000 | 101001011 | 1000001 | 10110 |
Color Harmonies of #5D1437
Complementary color
Monochromatic Colors of #5D1437
Black with #5D1437
Text Example
Text Example
White with #5D1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1437; }
p { color: rgb(93,20,55); }
H1.HeaderClassName
{
color: #5D1437;
}
.AnyTagClassName
{
color: #5D1437;
}
</style>
background-color css
<style>
a { background-color: #5D1437; }
a { background-color: rgb(93,20,55); }
div.DivClassName
{
background-color: #5D1437;
}
.BgClassName
{
background-color: #5D1437;
}
</style>
border-color css
<style>
span { border-color: #5D1437; }
span { border-color: rgb(93,20,55); }
td.TdClassName
{
border-color: #5D1437;
}
.TagClassName
{
border-color: #5D1437;
}
</style>