Shades of Pompadour #5B1635
Tints of Pompadour #5B1635
RGB
CMYK
RGB Variations
Color information
#5B1635 (or 0x5B1635) is known color: Pompadour. HEX triplet: 5B, 16 and 35. RGB value is (91,22,53). Sum of RGB (Red+Green+Blue) = 91+22+53=166 (21% of max value = 765). Red value is 91 (35.94% from 255 or 54.82% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 53 (21.09% from 255 or 31.93% from 166); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1635 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1635 is #A4E9CA. Grayscale: #2E2E2E. Windows color (decimal): -10807755 or 3479131. OLE color: 3479131.
HSL color Cylindrical-coordinate representation of color #5B1635: hue angle of 333.04º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B1635 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 22 | 53 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.64 |
| HSL | 333.04º | 0.61% | 0.22% | - |
| HSV(B) | 333.04º | 0.76% | 0.36% | - |
| XYZ | 5.24 | 3.06 | 3.68 | - |
| YUV | 46.17 | 131.86 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 22 | 53 | 0 | 0.76 | 0.42 | 0.64 | 333.04 | 0.61 | 0.22 |
| Hex | 5B | 16 | 35 | 0 | 4C | 2A | 40 | 14D | 3D | 16 |
| Octal | 133 | 26 | 65 | 0 | 114 | 52 | 100 | 515 | 75 | 26 |
| Binary | 1011011 | 10110 | 110101 | 0 | 1001100 | 101010 | 1000000 | 101001101 | 111101 | 10110 |
Color Harmonies of #5B1635
Complementary color
Monochromatic Colors of #5B1635
Black with #5B1635
Text Example
Text Example
White with #5B1635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1635; }
p { color: rgb(91,22,53); }
H1.HeaderClassName
{
color: #5B1635;
}
.AnyTagClassName
{
color: #5B1635;
}
</style>
background-color css
<style>
a { background-color: #5B1635; }
a { background-color: rgb(91,22,53); }
div.DivClassName
{
background-color: #5B1635;
}
.BgClassName
{
background-color: #5B1635;
}
</style>
border-color css
<style>
span { border-color: #5B1635; }
span { border-color: rgb(91,22,53); }
td.TdClassName
{
border-color: #5B1635;
}
.TagClassName
{
border-color: #5B1635;
}
</style>