Shades of Pompadour #5D2944
Tints of Pompadour #5D2944
RGB
CMYK
RGB Variations
Color information
#5D2944 (or 0x5D2944) is known color: Pompadour. HEX triplet: 5D, 29 and 44. RGB value is (93,41,68). Sum of RGB (Red+Green+Blue) = 93+41+68=202 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.04% from 202); Green value is 41 (16.41% from 255 or 20.30% from 202); Blue value is 68 (26.95% from 255 or 33.66% from 202); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2944 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2944 is #A2D6BB. Grayscale: #3B3B3B. Windows color (decimal): -10671804 or 4467037. OLE color: 4467037.
HSL color Cylindrical-coordinate representation of color #5D2944: hue angle of 328.85º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D2944 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 41 | 68 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.64 |
| HSL | 328.85º | 0.39% | 0.26% | - |
| HSV(B) | 328.85º | 0.56% | 0.36% | - |
| XYZ | 6.35 | 4.33 | 5.97 | - |
| YUV | 59.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 41 | 68 | 0 | 0.56 | 0.27 | 0.64 | 328.85 | 0.39 | 0.26 |
| Hex | 5D | 29 | 44 | 0 | 38 | 1B | 40 | 149 | 27 | 1A |
| Octal | 135 | 51 | 104 | 0 | 70 | 33 | 100 | 511 | 47 | 32 |
| Binary | 1011101 | 101001 | 1000100 | 0 | 111000 | 11011 | 1000000 | 101001001 | 100111 | 11010 |
Color Harmonies of #5D2944
Complementary color
Monochromatic Colors of #5D2944
Black with #5D2944
Text Example
Text Example
White with #5D2944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2944; }
p { color: rgb(93,41,68); }
H1.HeaderClassName
{
color: #5D2944;
}
.AnyTagClassName
{
color: #5D2944;
}
</style>
background-color css
<style>
a { background-color: #5D2944; }
a { background-color: rgb(93,41,68); }
div.DivClassName
{
background-color: #5D2944;
}
.BgClassName
{
background-color: #5D2944;
}
</style>
border-color css
<style>
span { border-color: #5D2944; }
span { border-color: rgb(93,41,68); }
td.TdClassName
{
border-color: #5D2944;
}
.TagClassName
{
border-color: #5D2944;
}
</style>