Shades of Pompadour #5B1A3C
Tints of Pompadour #5B1A3C
RGB
CMYK
RGB Variations
Color information
#5B1A3C (or 0x5B1A3C) is known color: Pompadour. HEX triplet: 5B, 1A and 3C. RGB value is (91,26,60). Sum of RGB (Red+Green+Blue) = 91+26+60=177 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.41% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 60 (23.83% from 255 or 33.90% from 177); Max value from RGB is 91 - color contains mainly: red. Hex color #5B1A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B1A3C is #A4E5C3. Grayscale: #313131. Windows color (decimal): -10806724 or 3938907. OLE color: 3938907.
HSL color Cylindrical-coordinate representation of color #5B1A3C: hue angle of 328.62º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B1A3C is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 26 | 60 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.64 |
| HSL | 328.62º | 0.56% | 0.23% | - |
| HSV(B) | 328.62º | 0.71% | 0.36% | - |
| XYZ | 5.5 | 3.29 | 4.62 | - |
| YUV | 49.31 | 134.03 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 26 | 60 | 0 | 0.71 | 0.34 | 0.64 | 328.62 | 0.56 | 0.23 |
| Hex | 5B | 1A | 3C | 0 | 47 | 22 | 40 | 149 | 38 | 17 |
| Octal | 133 | 32 | 74 | 0 | 107 | 42 | 100 | 511 | 70 | 27 |
| Binary | 1011011 | 11010 | 111100 | 0 | 1000111 | 100010 | 1000000 | 101001001 | 111000 | 10111 |
Color Harmonies of #5B1A3C
Complementary color
Monochromatic Colors of #5B1A3C
Black with #5B1A3C
Text Example
Text Example
White with #5B1A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1A3C; }
p { color: rgb(91,26,60); }
H1.HeaderClassName
{
color: #5B1A3C;
}
.AnyTagClassName
{
color: #5B1A3C;
}
</style>
background-color css
<style>
a { background-color: #5B1A3C; }
a { background-color: rgb(91,26,60); }
div.DivClassName
{
background-color: #5B1A3C;
}
.BgClassName
{
background-color: #5B1A3C;
}
</style>
border-color css
<style>
span { border-color: #5B1A3C; }
span { border-color: rgb(91,26,60); }
td.TdClassName
{
border-color: #5B1A3C;
}
.TagClassName
{
border-color: #5B1A3C;
}
</style>