Shades of Pompadour #5B1F4A
Tints of Pompadour #5B1F4A
RGB
CMYK
RGB Variations
Color information
#5B1F4A (or 0x5B1F4A) is known color: Pompadour. HEX triplet: 5B, 1F and 4A. RGB value is (91,31,74). Sum of RGB (Red+Green+Blue) = 91+31+74=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 31 (12.5% from 255 or 15.82% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1F4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1F4A is #A4E0B5. Grayscale: #353535. Windows color (decimal): -10805430 or 4857691. OLE color: 4857691.
HSL color Cylindrical-coordinate representation of color #5B1F4A: hue angle of 317º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B1F4A is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 31 | 74 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.64 |
| HSL | 317º | 0.49% | 0.24% | - |
| HSV(B) | 317º | 0.66% | 0.36% | - |
| XYZ | 6.04 | 3.7 | 6.87 | - |
| YUV | 53.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 74 | 0 | 0.66 | 0.19 | 0.64 | 317 | 0.49 | 0.24 |
| Hex | 5B | 1F | 4A | 0 | 42 | 13 | 40 | 13D | 31 | 18 |
| Octal | 133 | 37 | 112 | 0 | 102 | 23 | 100 | 475 | 61 | 30 |
| Binary | 1011011 | 11111 | 1001010 | 0 | 1000010 | 10011 | 1000000 | 100111101 | 110001 | 11000 |
Color Harmonies of #5B1F4A
Complementary color
Monochromatic Colors of #5B1F4A
Black with #5B1F4A
Text Example
Text Example
White with #5B1F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1F4A; }
p { color: rgb(91,31,74); }
H1.HeaderClassName
{
color: #5B1F4A;
}
.AnyTagClassName
{
color: #5B1F4A;
}
</style>
background-color css
<style>
a { background-color: #5B1F4A; }
a { background-color: rgb(91,31,74); }
div.DivClassName
{
background-color: #5B1F4A;
}
.BgClassName
{
background-color: #5B1F4A;
}
</style>
border-color css
<style>
span { border-color: #5B1F4A; }
span { border-color: rgb(91,31,74); }
td.TdClassName
{
border-color: #5B1F4A;
}
.TagClassName
{
border-color: #5B1F4A;
}
</style>