Shades of Pompadour #5D1936
Tints of Pompadour #5D1936
RGB
CMYK
RGB Variations
Color information
#5D1936 (or 0x5D1936) is known color: Pompadour. HEX triplet: 5D, 19 and 36. RGB value is (93,25,54). Sum of RGB (Red+Green+Blue) = 93+25+54=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 54 (21.48% from 255 or 31.40% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1936 is #A2E6C9. Grayscale: #303030. Windows color (decimal): -10675914 or 3545437. OLE color: 3545437.
HSL color Cylindrical-coordinate representation of color #5D1936: hue angle of 334.41º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D1936 is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 25 | 54 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.64 |
| HSL | 334.41º | 0.58% | 0.23% | - |
| HSV(B) | 334.41º | 0.73% | 0.36% | - |
| XYZ | 5.53 | 3.29 | 3.83 | - |
| YUV | 48.64 | 131.03 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 54 | 0 | 0.73 | 0.42 | 0.64 | 334.41 | 0.58 | 0.23 |
| Hex | 5D | 19 | 36 | 0 | 49 | 2A | 40 | 14E | 3A | 17 |
| Octal | 135 | 31 | 66 | 0 | 111 | 52 | 100 | 516 | 72 | 27 |
| Binary | 1011101 | 11001 | 110110 | 0 | 1001001 | 101010 | 1000000 | 101001110 | 111010 | 10111 |
Color Harmonies of #5D1936
Complementary color
Monochromatic Colors of #5D1936
Black with #5D1936
Text Example
Text Example
White with #5D1936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1936; }
p { color: rgb(93,25,54); }
H1.HeaderClassName
{
color: #5D1936;
}
.AnyTagClassName
{
color: #5D1936;
}
</style>
background-color css
<style>
a { background-color: #5D1936; }
a { background-color: rgb(93,25,54); }
div.DivClassName
{
background-color: #5D1936;
}
.BgClassName
{
background-color: #5D1936;
}
</style>
border-color css
<style>
span { border-color: #5D1936; }
span { border-color: rgb(93,25,54); }
td.TdClassName
{
border-color: #5D1936;
}
.TagClassName
{
border-color: #5D1936;
}
</style>