Shades of Pompadour #5D1A44
Tints of Pompadour #5D1A44
RGB
CMYK
RGB Variations
Color information
#5D1A44 (or 0x5D1A44) is known color: Pompadour. HEX triplet: 5D, 1A and 44. RGB value is (93,26,68). Sum of RGB (Red+Green+Blue) = 93+26+68=187 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.73% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 68 (26.95% from 255 or 36.36% from 187); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1A44 is #A2E5BB. Grayscale: #323232. Windows color (decimal): -10675644 or 4463197. OLE color: 4463197.
HSL color Cylindrical-coordinate representation of color #5D1A44: hue angle of 322.39º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5D1A44 is Cyan = 0, Magento = 0.72, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 26 | 68 | - |
| CMYK | 0 | 0.72 | 0.27 | 0.64 |
| HSL | 322.39º | 0.56% | 0.23% | - |
| HSV(B) | 322.39º | 0.72% | 0.36% | - |
| XYZ | 5.93 | 3.48 | 5.83 | - |
| YUV | 50.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 26 | 68 | 0 | 0.72 | 0.27 | 0.64 | 322.39 | 0.56 | 0.23 |
| Hex | 5D | 1A | 44 | 0 | 48 | 1B | 40 | 142 | 38 | 17 |
| Octal | 135 | 32 | 104 | 0 | 110 | 33 | 100 | 502 | 70 | 27 |
| Binary | 1011101 | 11010 | 1000100 | 0 | 1001000 | 11011 | 1000000 | 101000010 | 111000 | 10111 |
Color Harmonies of #5D1A44
Complementary color
Monochromatic Colors of #5D1A44
Black with #5D1A44
Text Example
Text Example
White with #5D1A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1A44; }
p { color: rgb(93,26,68); }
H1.HeaderClassName
{
color: #5D1A44;
}
.AnyTagClassName
{
color: #5D1A44;
}
</style>
background-color css
<style>
a { background-color: #5D1A44; }
a { background-color: rgb(93,26,68); }
div.DivClassName
{
background-color: #5D1A44;
}
.BgClassName
{
background-color: #5D1A44;
}
</style>
border-color css
<style>
span { border-color: #5D1A44; }
span { border-color: rgb(93,26,68); }
td.TdClassName
{
border-color: #5D1A44;
}
.TagClassName
{
border-color: #5D1A44;
}
</style>