Shades of Pompadour #6E153E
Tints of Pompadour #6E153E
RGB
CMYK
RGB Variations
Color information
#6E153E (or 0x6E153E) is known color: Pompadour. HEX triplet: 6E, 15 and 3E. RGB value is (110,21,62). Sum of RGB (Red+Green+Blue) = 110+21+62=193 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.99% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 62 (24.61% from 255 or 32.12% from 193); Max value from RGB is 110 - color contains mainly: red. Hex color #6E153E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E153E is #91EAC1. Grayscale: #343434. Windows color (decimal): -9562818 or 4068718. OLE color: 4068718.
HSL color Cylindrical-coordinate representation of color #6E153E: hue angle of 332.36º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E153E is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 21 | 62 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.57 |
| HSL | 332.36º | 0.68% | 0.26% | - |
| HSV(B) | 332.36º | 0.81% | 0.43% | - |
| XYZ | 7.57 | 4.2 | 4.97 | - |
| YUV | 52.29 | 133.49 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 21 | 62 | 0 | 0.81 | 0.44 | 0.57 | 332.36 | 0.68 | 0.26 |
| Hex | 6E | 15 | 3E | 0 | 51 | 2C | 39 | 14C | 44 | 1A |
| Octal | 156 | 25 | 76 | 0 | 121 | 54 | 71 | 514 | 104 | 32 |
| Binary | 1101110 | 10101 | 111110 | 0 | 1010001 | 101100 | 111001 | 101001100 | 1000100 | 11010 |
Color Harmonies of #6E153E
Complementary color
Monochromatic Colors of #6E153E
Black with #6E153E
Text Example
Text Example
White with #6E153E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E153E; }
p { color: rgb(110,21,62); }
H1.HeaderClassName
{
color: #6E153E;
}
.AnyTagClassName
{
color: #6E153E;
}
</style>
background-color css
<style>
a { background-color: #6E153E; }
a { background-color: rgb(110,21,62); }
div.DivClassName
{
background-color: #6E153E;
}
.BgClassName
{
background-color: #6E153E;
}
</style>
border-color css
<style>
span { border-color: #6E153E; }
span { border-color: rgb(110,21,62); }
td.TdClassName
{
border-color: #6E153E;
}
.TagClassName
{
border-color: #6E153E;
}
</style>