Shades of Pompadour #5E2945
Tints of Pompadour #5E2945
RGB
CMYK
RGB Variations
Color information
#5E2945 (or 0x5E2945) is known color: Pompadour. HEX triplet: 5E, 29 and 45. RGB value is (94,41,69). Sum of RGB (Red+Green+Blue) = 94+41+69=204 (27% of max value = 765). Red value is 94 (37.11% from 255 or 46.08% from 204); Green value is 41 (16.41% from 255 or 20.10% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 94 - color contains mainly: red. Hex color #5E2945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E2945 is #A1D6BA. Grayscale: #3B3B3B. Windows color (decimal): -10606267 or 4532574. OLE color: 4532574.
HSL color Cylindrical-coordinate representation of color #5E2945: hue angle of 328.3º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5E2945 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 41 | 69 | - |
CMYK | 0 | 0.56 | 0.27 | 0.63 |
HSL | 328.3º | 0.39% | 0.26% | - |
HSV(B) | 328.3º | 0.56% | 0.37% | - |
XYZ | 6.48 | 4.4 | 6.14 | - |
YUV | 60.04 | 133.06 | 152.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 41 | 69 | 0 | 0.56 | 0.27 | 0.63 | 328.3 | 0.39 | 0.26 |
Hex | 5E | 29 | 45 | 0 | 38 | 1B | 3F | 148 | 27 | 1A |
Octal | 136 | 51 | 105 | 0 | 70 | 33 | 77 | 510 | 47 | 32 |
Binary | 1011110 | 101001 | 1000101 | 0 | 111000 | 11011 | 111111 | 101001000 | 100111 | 11010 |
Color Harmonies of #5E2945
Complementary color
Monochromatic Colors of #5E2945
Black with #5E2945
Text Example
Text Example
White with #5E2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E2945; }
p { color: rgb(94,41,69); }
H1.HeaderClassName
{
color: #5E2945;
}
.AnyTagClassName
{
color: #5E2945;
}
</style>
background-color css
<style>
a { background-color: #5E2945; }
a { background-color: rgb(94,41,69); }
div.DivClassName
{
background-color: #5E2945;
}
.BgClassName
{
background-color: #5E2945;
}
</style>
border-color css
<style>
span { border-color: #5E2945; }
span { border-color: rgb(94,41,69); }
td.TdClassName
{
border-color: #5E2945;
}
.TagClassName
{
border-color: #5E2945;
}
</style>