Shades of Pompadour #5B1739
Tints of Pompadour #5B1739
RGB
CMYK
RGB Variations
Color information
#5B1739 (or 0x5B1739) is known color: Pompadour. HEX triplet: 5B, 17 and 39. RGB value is (91,23,57). Sum of RGB (Red+Green+Blue) = 91+23+57=171 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.22% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 57 (22.66% from 255 or 33.33% from 171); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B1739 is #A4E8C6. Grayscale: #2F2F2F. Windows color (decimal): -10807495 or 3741531. OLE color: 3741531.
HSL color Cylindrical-coordinate representation of color #5B1739: hue angle of 330º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5B1739 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 23 | 57 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.64 |
| HSL | 330º | 0.6% | 0.22% | - |
| HSV(B) | 330º | 0.75% | 0.36% | - |
| XYZ | 5.36 | 3.13 | 4.19 | - |
| YUV | 47.21 | 133.53 | 159.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 23 | 57 | 0 | 0.75 | 0.37 | 0.64 | 330 | 0.6 | 0.22 |
| Hex | 5B | 17 | 39 | 0 | 4B | 25 | 40 | 14A | 3C | 16 |
| Octal | 133 | 27 | 71 | 0 | 113 | 45 | 100 | 512 | 74 | 26 |
| Binary | 1011011 | 10111 | 111001 | 0 | 1001011 | 100101 | 1000000 | 101001010 | 111100 | 10110 |
Color Harmonies of #5B1739
Complementary color
Monochromatic Colors of #5B1739
Black with #5B1739
Text Example
Text Example
White with #5B1739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1739; }
p { color: rgb(91,23,57); }
H1.HeaderClassName
{
color: #5B1739;
}
.AnyTagClassName
{
color: #5B1739;
}
</style>
background-color css
<style>
a { background-color: #5B1739; }
a { background-color: rgb(91,23,57); }
div.DivClassName
{
background-color: #5B1739;
}
.BgClassName
{
background-color: #5B1739;
}
</style>
border-color css
<style>
span { border-color: #5B1739; }
span { border-color: rgb(91,23,57); }
td.TdClassName
{
border-color: #5B1739;
}
.TagClassName
{
border-color: #5B1739;
}
</style>