Shades of Pompadour #6E1F47
Tints of Pompadour #6E1F47
RGB
CMYK
RGB Variations
Color information
#6E1F47 (or 0x6E1F47) is known color: Pompadour. HEX triplet: 6E, 1F and 47. RGB value is (110,31,71). Sum of RGB (Red+Green+Blue) = 110+31+71=212 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.89% from 212); Green value is 31 (12.5% from 255 or 14.62% from 212); Blue value is 71 (28.12% from 255 or 33.49% from 212); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E1F47 is #91E0B8. Grayscale: #3B3B3B. Windows color (decimal): -9560249 or 4661102. OLE color: 4661102.
HSL color Cylindrical-coordinate representation of color #6E1F47: hue angle of 329.62º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E1F47 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 31 | 71 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.57 |
| HSL | 329.62º | 0.56% | 0.28% | - |
| HSV(B) | 329.62º | 0.72% | 0.43% | - |
| XYZ | 8.06 | 4.75 | 6.45 | - |
| YUV | 59.18 | 134.67 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 31 | 71 | 0 | 0.72 | 0.35 | 0.57 | 329.62 | 0.56 | 0.28 |
| Hex | 6E | 1F | 47 | 0 | 48 | 23 | 39 | 14A | 38 | 1C |
| Octal | 156 | 37 | 107 | 0 | 110 | 43 | 71 | 512 | 70 | 34 |
| Binary | 1101110 | 11111 | 1000111 | 0 | 1001000 | 100011 | 111001 | 101001010 | 111000 | 11100 |
Color Harmonies of #6E1F47
Complementary color
Monochromatic Colors of #6E1F47
Black with #6E1F47
Text Example
Text Example
White with #6E1F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E1F47; }
p { color: rgb(110,31,71); }
H1.HeaderClassName
{
color: #6E1F47;
}
.AnyTagClassName
{
color: #6E1F47;
}
</style>
background-color css
<style>
a { background-color: #6E1F47; }
a { background-color: rgb(110,31,71); }
div.DivClassName
{
background-color: #6E1F47;
}
.BgClassName
{
background-color: #6E1F47;
}
</style>
border-color css
<style>
span { border-color: #6E1F47; }
span { border-color: rgb(110,31,71); }
td.TdClassName
{
border-color: #6E1F47;
}
.TagClassName
{
border-color: #6E1F47;
}
</style>