Shades of Pompadour #5B2640
Tints of Pompadour #5B2640
RGB
CMYK
RGB Variations
Color information
#5B2640 (or 0x5B2640) is known color: Pompadour. HEX triplet: 5B, 26 and 40. RGB value is (91,38,64). Sum of RGB (Red+Green+Blue) = 91+38+64=193 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.15% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2640 is #A4D9BF. Grayscale: #383838. Windows color (decimal): -10803648 or 4204123. OLE color: 4204123.
HSL color Cylindrical-coordinate representation of color #5B2640: hue angle of 330.57º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B2640 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 38 | 64 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.64 |
| HSL | 330.57º | 0.41% | 0.25% | - |
| HSV(B) | 330.57º | 0.58% | 0.36% | - |
| XYZ | 5.93 | 3.98 | 5.31 | - |
| YUV | 56.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 64 | 0 | 0.58 | 0.30 | 0.64 | 330.57 | 0.41 | 0.25 |
| Hex | 5B | 26 | 40 | 0 | 3A | 1E | 40 | 14B | 29 | 19 |
| Octal | 133 | 46 | 100 | 0 | 72 | 36 | 100 | 513 | 51 | 31 |
| Binary | 1011011 | 100110 | 1000000 | 0 | 111010 | 11110 | 1000000 | 101001011 | 101001 | 11001 |
Color Harmonies of #5B2640
Complementary color
Monochromatic Colors of #5B2640
Black with #5B2640
Text Example
Text Example
White with #5B2640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2640; }
p { color: rgb(91,38,64); }
H1.HeaderClassName
{
color: #5B2640;
}
.AnyTagClassName
{
color: #5B2640;
}
</style>
background-color css
<style>
a { background-color: #5B2640; }
a { background-color: rgb(91,38,64); }
div.DivClassName
{
background-color: #5B2640;
}
.BgClassName
{
background-color: #5B2640;
}
</style>
border-color css
<style>
span { border-color: #5B2640; }
span { border-color: rgb(91,38,64); }
td.TdClassName
{
border-color: #5B2640;
}
.TagClassName
{
border-color: #5B2640;
}
</style>