Shades of Pompadour #5E1743
Tints of Pompadour #5E1743
RGB
CMYK
RGB Variations
Color information
#5E1743 (or 0x5E1743) is known color: Pompadour. HEX triplet: 5E, 17 and 43. RGB value is (94,23,67). Sum of RGB (Red+Green+Blue) = 94+23+67=184 (24% of max value = 765). Red value is 94 (37.11% from 255 or 51.09% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 94 - color contains mainly: red. Hex color #5E1743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E1743 is #A1E8BC. Grayscale: #313131. Windows color (decimal): -10610877 or 4396894. OLE color: 4396894.
HSL color Cylindrical-coordinate representation of color #5E1743: hue angle of 322.82º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5E1743 is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 23 | 67 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.63 |
| HSL | 322.82º | 0.61% | 0.23% | - |
| HSV(B) | 322.82º | 0.76% | 0.37% | - |
| XYZ | 5.94 | 3.4 | 5.65 | - |
| YUV | 49.25 | 138.02 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 23 | 67 | 0 | 0.76 | 0.29 | 0.63 | 322.82 | 0.61 | 0.23 |
| Hex | 5E | 17 | 43 | 0 | 4C | 1D | 3F | 143 | 3D | 17 |
| Octal | 136 | 27 | 103 | 0 | 114 | 35 | 77 | 503 | 75 | 27 |
| Binary | 1011110 | 10111 | 1000011 | 0 | 1001100 | 11101 | 111111 | 101000011 | 111101 | 10111 |
Color Harmonies of #5E1743
Complementary color
Monochromatic Colors of #5E1743
Black with #5E1743
Text Example
Text Example
White with #5E1743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1743; }
p { color: rgb(94,23,67); }
H1.HeaderClassName
{
color: #5E1743;
}
.AnyTagClassName
{
color: #5E1743;
}
</style>
background-color css
<style>
a { background-color: #5E1743; }
a { background-color: rgb(94,23,67); }
div.DivClassName
{
background-color: #5E1743;
}
.BgClassName
{
background-color: #5E1743;
}
</style>
border-color css
<style>
span { border-color: #5E1743; }
span { border-color: rgb(94,23,67); }
td.TdClassName
{
border-color: #5E1743;
}
.TagClassName
{
border-color: #5E1743;
}
</style>