Shades of Pompadour #6E2945
Tints of Pompadour #6E2945
RGB
CMYK
RGB Variations
Color information
#6E2945 (or 0x6E2945) is known color: Pompadour. HEX triplet: 6E, 29 and 45. RGB value is (110,41,69). Sum of RGB (Red+Green+Blue) = 110+41+69=220 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 69 (27.34% from 255 or 31.36% from 220); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2945 is #91D6BA. Grayscale: #404040. Windows color (decimal): -9557691 or 4532590. OLE color: 4532590.
HSL color Cylindrical-coordinate representation of color #6E2945: hue angle of 335.65º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E2945 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 41 | 69 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.57 |
| HSL | 335.65º | 0.46% | 0.3% | - |
| HSV(B) | 335.65º | 0.63% | 0.43% | - |
| XYZ | 8.3 | 5.33 | 6.22 | - |
| YUV | 64.82 | 130.36 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 69 | 0 | 0.63 | 0.37 | 0.57 | 335.65 | 0.46 | 0.3 |
| Hex | 6E | 29 | 45 | 0 | 3F | 25 | 39 | 150 | 2E | 1E |
| Octal | 156 | 51 | 105 | 0 | 77 | 45 | 71 | 520 | 56 | 36 |
| Binary | 1101110 | 101001 | 1000101 | 0 | 111111 | 100101 | 111001 | 101010000 | 101110 | 11110 |
Color Harmonies of #6E2945
Complementary color
Monochromatic Colors of #6E2945
Black with #6E2945
Text Example
Text Example
White with #6E2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2945; }
p { color: rgb(110,41,69); }
H1.HeaderClassName
{
color: #6E2945;
}
.AnyTagClassName
{
color: #6E2945;
}
</style>
background-color css
<style>
a { background-color: #6E2945; }
a { background-color: rgb(110,41,69); }
div.DivClassName
{
background-color: #6E2945;
}
.BgClassName
{
background-color: #6E2945;
}
</style>
border-color css
<style>
span { border-color: #6E2945; }
span { border-color: rgb(110,41,69); }
td.TdClassName
{
border-color: #6E2945;
}
.TagClassName
{
border-color: #6E2945;
}
</style>