Shades of Pompadour #5D2B43
Tints of Pompadour #5D2B43
RGB
CMYK
RGB Variations
Color information
#5D2B43 (or 0x5D2B43) is known color: Pompadour. HEX triplet: 5D, 2B and 43. RGB value is (93,43,67). Sum of RGB (Red+Green+Blue) = 93+43+67=203 (26% of max value = 765). Red value is 93 (36.72% from 255 or 45.81% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 67 (26.56% from 255 or 33.00% from 203); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D2B43 is #A2D4BC. Grayscale: #3C3C3C. Windows color (decimal): -10671293 or 4402013. OLE color: 4402013.
HSL color Cylindrical-coordinate representation of color #5D2B43: hue angle of 331.2º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D2B43 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 43 | 67 | - |
| CMYK | 0 | 0.54 | 0.28 | 0.64 |
| HSL | 331.2º | 0.37% | 0.27% | - |
| HSV(B) | 331.2º | 0.54% | 0.36% | - |
| XYZ | 6.39 | 4.46 | 5.83 | - |
| YUV | 60.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 43 | 67 | 0 | 0.54 | 0.28 | 0.64 | 331.2 | 0.37 | 0.27 |
| Hex | 5D | 2B | 43 | 0 | 36 | 1C | 40 | 14B | 25 | 1B |
| Octal | 135 | 53 | 103 | 0 | 66 | 34 | 100 | 513 | 45 | 33 |
| Binary | 1011101 | 101011 | 1000011 | 0 | 110110 | 11100 | 1000000 | 101001011 | 100101 | 11011 |
Color Harmonies of #5D2B43
Complementary color
Monochromatic Colors of #5D2B43
Black with #5D2B43
Text Example
Text Example
White with #5D2B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2B43; }
p { color: rgb(93,43,67); }
H1.HeaderClassName
{
color: #5D2B43;
}
.AnyTagClassName
{
color: #5D2B43;
}
</style>
background-color css
<style>
a { background-color: #5D2B43; }
a { background-color: rgb(93,43,67); }
div.DivClassName
{
background-color: #5D2B43;
}
.BgClassName
{
background-color: #5D2B43;
}
</style>
border-color css
<style>
span { border-color: #5D2B43; }
span { border-color: rgb(93,43,67); }
td.TdClassName
{
border-color: #5D2B43;
}
.TagClassName
{
border-color: #5D2B43;
}
</style>