Shades of Pompadour #5B283F
Tints of Pompadour #5B283F
RGB
CMYK
RGB Variations
Color information
#5B283F (or 0x5B283F) is known color: Pompadour. HEX triplet: 5B, 28 and 3F. RGB value is (91,40,63). Sum of RGB (Red+Green+Blue) = 91+40+63=194 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.91% from 194); Green value is 40 (16.02% from 255 or 20.62% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 91 - color contains mainly: red. Hex color #5B283F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B283F is #A4D7C0. Grayscale: #393939. Windows color (decimal): -10803137 or 4139099. OLE color: 4139099.
HSL color Cylindrical-coordinate representation of color #5B283F: hue angle of 332.94º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B283F is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 40 | 63 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.64 |
| HSL | 332.94º | 0.39% | 0.26% | - |
| HSV(B) | 332.94º | 0.56% | 0.36% | - |
| XYZ | 5.97 | 4.1 | 5.18 | - |
| YUV | 57.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 40 | 63 | 0 | 0.56 | 0.31 | 0.64 | 332.94 | 0.39 | 0.26 |
| Hex | 5B | 28 | 3F | 0 | 38 | 1F | 40 | 14D | 27 | 1A |
| Octal | 133 | 50 | 77 | 0 | 70 | 37 | 100 | 515 | 47 | 32 |
| Binary | 1011011 | 101000 | 111111 | 0 | 111000 | 11111 | 1000000 | 101001101 | 100111 | 11010 |
Color Harmonies of #5B283F
Complementary color
Monochromatic Colors of #5B283F
Black with #5B283F
Text Example
Text Example
White with #5B283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B283F; }
p { color: rgb(91,40,63); }
H1.HeaderClassName
{
color: #5B283F;
}
.AnyTagClassName
{
color: #5B283F;
}
</style>
background-color css
<style>
a { background-color: #5B283F; }
a { background-color: rgb(91,40,63); }
div.DivClassName
{
background-color: #5B283F;
}
.BgClassName
{
background-color: #5B283F;
}
</style>
border-color css
<style>
span { border-color: #5B283F; }
span { border-color: rgb(91,40,63); }
td.TdClassName
{
border-color: #5B283F;
}
.TagClassName
{
border-color: #5B283F;
}
</style>