Shades of Pompadour #5B1841
Tints of Pompadour #5B1841
RGB
CMYK
RGB Variations
Color information
#5B1841 (or 0x5B1841) is known color: Pompadour. HEX triplet: 5B, 18 and 41. RGB value is (91,24,65). Sum of RGB (Red+Green+Blue) = 91+24+65=180 (23% of max value = 765). Red value is 91 (35.94% from 255 or 50.56% from 180); Green value is 24 (9.77% from 255 or 13.33% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1841 is #A4E7BE. Grayscale: #303030. Windows color (decimal): -10807231 or 4266075. OLE color: 4266075.
HSL color Cylindrical-coordinate representation of color #5B1841: hue angle of 323.28º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5B1841 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 24 | 65 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.64 |
| HSL | 323.28º | 0.58% | 0.23% | - |
| HSV(B) | 323.28º | 0.74% | 0.36% | - |
| XYZ | 5.6 | 3.26 | 5.34 | - |
| YUV | 48.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 24 | 65 | 0 | 0.74 | 0.29 | 0.64 | 323.28 | 0.58 | 0.23 |
| Hex | 5B | 18 | 41 | 0 | 4A | 1D | 40 | 143 | 3A | 17 |
| Octal | 133 | 30 | 101 | 0 | 112 | 35 | 100 | 503 | 72 | 27 |
| Binary | 1011011 | 11000 | 1000001 | 0 | 1001010 | 11101 | 1000000 | 101000011 | 111010 | 10111 |
Color Harmonies of #5B1841
Complementary color
Monochromatic Colors of #5B1841
Black with #5B1841
Text Example
Text Example
White with #5B1841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1841; }
p { color: rgb(91,24,65); }
H1.HeaderClassName
{
color: #5B1841;
}
.AnyTagClassName
{
color: #5B1841;
}
</style>
background-color css
<style>
a { background-color: #5B1841; }
a { background-color: rgb(91,24,65); }
div.DivClassName
{
background-color: #5B1841;
}
.BgClassName
{
background-color: #5B1841;
}
</style>
border-color css
<style>
span { border-color: #5B1841; }
span { border-color: rgb(91,24,65); }
td.TdClassName
{
border-color: #5B1841;
}
.TagClassName
{
border-color: #5B1841;
}
</style>