Shades of Pompadour #5B213D
Tints of Pompadour #5B213D
RGB
CMYK
RGB Variations
Color information
#5B213D (or 0x5B213D) is known color: Pompadour. HEX triplet: 5B, 21 and 3D. RGB value is (91,33,61). Sum of RGB (Red+Green+Blue) = 91+33+61=185 (24% of max value = 765). Red value is 91 (35.94% from 255 or 49.19% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 91 - color contains mainly: red. Hex color #5B213D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B213D is #A4DEC2. Grayscale: #353535. Windows color (decimal): -10804931 or 4006235. OLE color: 4006235.
HSL color Cylindrical-coordinate representation of color #5B213D: hue angle of 331.03º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B213D is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 33 | 61 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.64 |
| HSL | 331.03º | 0.47% | 0.24% | - |
| HSV(B) | 331.03º | 0.64% | 0.36% | - |
| XYZ | 5.7 | 3.65 | 4.82 | - |
| YUV | 53.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 33 | 61 | 0 | 0.64 | 0.33 | 0.64 | 331.03 | 0.47 | 0.24 |
| Hex | 5B | 21 | 3D | 0 | 40 | 21 | 40 | 14B | 2F | 18 |
| Octal | 133 | 41 | 75 | 0 | 100 | 41 | 100 | 513 | 57 | 30 |
| Binary | 1011011 | 100001 | 111101 | 0 | 1000000 | 100001 | 1000000 | 101001011 | 101111 | 11000 |
Color Harmonies of #5B213D
Complementary color
Monochromatic Colors of #5B213D
Black with #5B213D
Text Example
Text Example
White with #5B213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B213D; }
p { color: rgb(91,33,61); }
H1.HeaderClassName
{
color: #5B213D;
}
.AnyTagClassName
{
color: #5B213D;
}
</style>
background-color css
<style>
a { background-color: #5B213D; }
a { background-color: rgb(91,33,61); }
div.DivClassName
{
background-color: #5B213D;
}
.BgClassName
{
background-color: #5B213D;
}
</style>
border-color css
<style>
span { border-color: #5B213D; }
span { border-color: rgb(91,33,61); }
td.TdClassName
{
border-color: #5B213D;
}
.TagClassName
{
border-color: #5B213D;
}
</style>