Shades of Pompadour #5B1E3D
Tints of Pompadour #5B1E3D
RGB
CMYK
RGB Variations
Color information
#5B1E3D (or 0x5B1E3D) is known color: Pompadour. HEX triplet: 5B, 1E and 3D. RGB value is (91,30,61). Sum of RGB (Red+Green+Blue) = 91+30+61=182 (24% of max value = 765). Red value is 91 (35.94% from 255 or 50% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 61 (24.22% from 255 or 33.52% from 182); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1E3D is #A4E1C2. Grayscale: #333333. Windows color (decimal): -10805699 or 4005467. OLE color: 4005467.
HSL color Cylindrical-coordinate representation of color #5B1E3D: hue angle of 329.51º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B1E3D is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 30 | 61 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.64 |
| HSL | 329.51º | 0.5% | 0.24% | - |
| HSV(B) | 329.51º | 0.67% | 0.36% | - |
| XYZ | 5.62 | 3.49 | 4.79 | - |
| YUV | 51.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 30 | 61 | 0 | 0.67 | 0.33 | 0.64 | 329.51 | 0.5 | 0.24 |
| Hex | 5B | 1E | 3D | 0 | 43 | 21 | 40 | 14A | 32 | 18 |
| Octal | 133 | 36 | 75 | 0 | 103 | 41 | 100 | 512 | 62 | 30 |
| Binary | 1011011 | 11110 | 111101 | 0 | 1000011 | 100001 | 1000000 | 101001010 | 110010 | 11000 |
Color Harmonies of #5B1E3D
Complementary color
Monochromatic Colors of #5B1E3D
Black with #5B1E3D
Text Example
Text Example
White with #5B1E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1E3D; }
p { color: rgb(91,30,61); }
H1.HeaderClassName
{
color: #5B1E3D;
}
.AnyTagClassName
{
color: #5B1E3D;
}
</style>
background-color css
<style>
a { background-color: #5B1E3D; }
a { background-color: rgb(91,30,61); }
div.DivClassName
{
background-color: #5B1E3D;
}
.BgClassName
{
background-color: #5B1E3D;
}
</style>
border-color css
<style>
span { border-color: #5B1E3D; }
span { border-color: rgb(91,30,61); }
td.TdClassName
{
border-color: #5B1E3D;
}
.TagClassName
{
border-color: #5B1E3D;
}
</style>