Shades of Pompadour #5D213D
Tints of Pompadour #5D213D
RGB
CMYK
RGB Variations
Color information
#5D213D (or 0x5D213D) is known color: Pompadour. HEX triplet: 5D, 21 and 3D. RGB value is (93,33,61). Sum of RGB (Red+Green+Blue) = 93+33+61=187 (24% of max value = 765). Red value is 93 (36.72% from 255 or 49.73% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 93 - color contains mainly: red. Hex color #5D213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D213D is #A2DEC2. Grayscale: #363636. Windows color (decimal): -10673859 or 4006237. OLE color: 4006237.
HSL color Cylindrical-coordinate representation of color #5D213D: hue angle of 332º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D213D is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 33 | 61 | - |
| CMYK | 0 | 0.65 | 0.34 | 0.64 |
| HSL | 332º | 0.48% | 0.25% | - |
| HSV(B) | 332º | 0.65% | 0.36% | - |
| XYZ | 5.9 | 3.75 | 4.83 | - |
| YUV | 54.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 33 | 61 | 0 | 0.65 | 0.34 | 0.64 | 332 | 0.48 | 0.25 |
| Hex | 5D | 21 | 3D | 0 | 41 | 22 | 40 | 14C | 30 | 19 |
| Octal | 135 | 41 | 75 | 0 | 101 | 42 | 100 | 514 | 60 | 31 |
| Binary | 1011101 | 100001 | 111101 | 0 | 1000001 | 100010 | 1000000 | 101001100 | 110000 | 11001 |
Color Harmonies of #5D213D
Complementary color
Monochromatic Colors of #5D213D
Black with #5D213D
Text Example
Text Example
White with #5D213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D213D; }
p { color: rgb(93,33,61); }
H1.HeaderClassName
{
color: #5D213D;
}
.AnyTagClassName
{
color: #5D213D;
}
</style>
background-color css
<style>
a { background-color: #5D213D; }
a { background-color: rgb(93,33,61); }
div.DivClassName
{
background-color: #5D213D;
}
.BgClassName
{
background-color: #5D213D;
}
</style>
border-color css
<style>
span { border-color: #5D213D; }
span { border-color: rgb(93,33,61); }
td.TdClassName
{
border-color: #5D213D;
}
.TagClassName
{
border-color: #5D213D;
}
</style>