Shades of Pompadour #5B2542
Tints of Pompadour #5B2542
RGB
CMYK
RGB Variations
Color information
#5B2542 (or 0x5B2542) is known color: Pompadour. HEX triplet: 5B, 25 and 42. RGB value is (91,37,66). Sum of RGB (Red+Green+Blue) = 91+37+66=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B2542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B2542 is #A4DABD. Grayscale: #383838. Windows color (decimal): -10803902 or 4334939. OLE color: 4334939.
HSL color Cylindrical-coordinate representation of color #5B2542: hue angle of 327.78º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B2542 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 37 | 66 | - |
| CMYK | 0 | 0.59 | 0.27 | 0.64 |
| HSL | 327.78º | 0.42% | 0.25% | - |
| HSV(B) | 327.78º | 0.59% | 0.36% | - |
| XYZ | 5.96 | 3.94 | 5.6 | - |
| YUV | 56.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 37 | 66 | 0 | 0.59 | 0.27 | 0.64 | 327.78 | 0.42 | 0.25 |
| Hex | 5B | 25 | 42 | 0 | 3B | 1B | 40 | 148 | 2A | 19 |
| Octal | 133 | 45 | 102 | 0 | 73 | 33 | 100 | 510 | 52 | 31 |
| Binary | 1011011 | 100101 | 1000010 | 0 | 111011 | 11011 | 1000000 | 101001000 | 101010 | 11001 |
Color Harmonies of #5B2542
Complementary color
Monochromatic Colors of #5B2542
Black with #5B2542
Text Example
Text Example
White with #5B2542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2542; }
p { color: rgb(91,37,66); }
H1.HeaderClassName
{
color: #5B2542;
}
.AnyTagClassName
{
color: #5B2542;
}
</style>
background-color css
<style>
a { background-color: #5B2542; }
a { background-color: rgb(91,37,66); }
div.DivClassName
{
background-color: #5B2542;
}
.BgClassName
{
background-color: #5B2542;
}
</style>
border-color css
<style>
span { border-color: #5B2542; }
span { border-color: rgb(91,37,66); }
td.TdClassName
{
border-color: #5B2542;
}
.TagClassName
{
border-color: #5B2542;
}
</style>