Shades of Pompadour #5B1B3C
Tints of Pompadour #5B1B3C
RGB
CMYK
RGB Variations
Color information
#5B1B3C (or 0x5B1B3C) is known color: Pompadour. HEX triplet: 5B, 1B and 3C. RGB value is (91,27,60). Sum of RGB (Red+Green+Blue) = 91+27+60=178 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.12% from 178); Green value is 27 (10.94% from 255 or 15.17% from 178); Blue value is 60 (23.83% from 255 or 33.71% from 178); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1B3C is #A4E4C3. Grayscale: #313131. Windows color (decimal): -10806468 or 3939163. OLE color: 3939163.
HSL color Cylindrical-coordinate representation of color #5B1B3C: hue angle of 329.06º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5B1B3C is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 27 | 60 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.64 |
| HSL | 329.06º | 0.54% | 0.23% | - |
| HSV(B) | 329.06º | 0.7% | 0.36% | - |
| XYZ | 5.52 | 3.33 | 4.63 | - |
| YUV | 49.9 | 133.7 | 157.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 27 | 60 | 0 | 0.70 | 0.34 | 0.64 | 329.06 | 0.54 | 0.23 |
| Hex | 5B | 1B | 3C | 0 | 46 | 22 | 40 | 149 | 36 | 17 |
| Octal | 133 | 33 | 74 | 0 | 106 | 42 | 100 | 511 | 66 | 27 |
| Binary | 1011011 | 11011 | 111100 | 0 | 1000110 | 100010 | 1000000 | 101001001 | 110110 | 10111 |
Color Harmonies of #5B1B3C
Complementary color
Monochromatic Colors of #5B1B3C
Black with #5B1B3C
Text Example
Text Example
White with #5B1B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1B3C; }
p { color: rgb(91,27,60); }
H1.HeaderClassName
{
color: #5B1B3C;
}
.AnyTagClassName
{
color: #5B1B3C;
}
</style>
background-color css
<style>
a { background-color: #5B1B3C; }
a { background-color: rgb(91,27,60); }
div.DivClassName
{
background-color: #5B1B3C;
}
.BgClassName
{
background-color: #5B1B3C;
}
</style>
border-color css
<style>
span { border-color: #5B1B3C; }
span { border-color: rgb(91,27,60); }
td.TdClassName
{
border-color: #5B1B3C;
}
.TagClassName
{
border-color: #5B1B3C;
}
</style>