Shades of Pompadour #6E294B
Tints of Pompadour #6E294B
RGB
CMYK
RGB Variations
Color information
#6E294B (or 0x6E294B) is known color: Pompadour. HEX triplet: 6E, 29 and 4B. RGB value is (110,41,75). Sum of RGB (Red+Green+Blue) = 110+41+75=226 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.67% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 110 - color contains mainly: red. Hex color #6E294B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E294B is #91D6B4. Grayscale: #414141. Windows color (decimal): -9557685 or 4925806. OLE color: 4925806.
HSL color Cylindrical-coordinate representation of color #6E294B: hue angle of 330.43º 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 #6E294B is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 41 | 75 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.57 |
| HSL | 330.43º | 0.46% | 0.3% | - |
| HSV(B) | 330.43º | 0.63% | 0.43% | - |
| XYZ | 8.49 | 5.41 | 7.25 | - |
| YUV | 65.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 41 | 75 | 0 | 0.63 | 0.32 | 0.57 | 330.43 | 0.46 | 0.3 |
| Hex | 6E | 29 | 4B | 0 | 3F | 20 | 39 | 14A | 2E | 1E |
| Octal | 156 | 51 | 113 | 0 | 77 | 40 | 71 | 512 | 56 | 36 |
| Binary | 1101110 | 101001 | 1001011 | 0 | 111111 | 100000 | 111001 | 101001010 | 101110 | 11110 |
Color Harmonies of #6E294B
Complementary color
Monochromatic Colors of #6E294B
Black with #6E294B
Text Example
Text Example
White with #6E294B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E294B; }
p { color: rgb(110,41,75); }
H1.HeaderClassName
{
color: #6E294B;
}
.AnyTagClassName
{
color: #6E294B;
}
</style>
background-color css
<style>
a { background-color: #6E294B; }
a { background-color: rgb(110,41,75); }
div.DivClassName
{
background-color: #6E294B;
}
.BgClassName
{
background-color: #6E294B;
}
</style>
border-color css
<style>
span { border-color: #6E294B; }
span { border-color: rgb(110,41,75); }
td.TdClassName
{
border-color: #6E294B;
}
.TagClassName
{
border-color: #6E294B;
}
</style>