Shades of Pompadour #6E173E
Tints of Pompadour #6E173E
RGB
CMYK
RGB Variations
Color information
#6E173E (or 0x6E173E) is known color: Pompadour. HEX triplet: 6E, 17 and 3E. RGB value is (110,23,62). Sum of RGB (Red+Green+Blue) = 110+23+62=195 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.41% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 110 - color contains mainly: red. Hex color #6E173E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E173E is #91E8C1. Grayscale: #353535. Windows color (decimal): -9562306 or 4069230. OLE color: 4069230.
HSL color Cylindrical-coordinate representation of color #6E173E: hue angle of 333.1º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6E173E is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 23 | 62 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.57 |
| HSL | 333.1º | 0.65% | 0.26% | - |
| HSV(B) | 333.1º | 0.79% | 0.43% | - |
| XYZ | 7.61 | 4.28 | 4.98 | - |
| YUV | 53.46 | 132.82 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 62 | 0 | 0.79 | 0.44 | 0.57 | 333.1 | 0.65 | 0.26 |
| Hex | 6E | 17 | 3E | 0 | 4F | 2C | 39 | 14D | 41 | 1A |
| Octal | 156 | 27 | 76 | 0 | 117 | 54 | 71 | 515 | 101 | 32 |
| Binary | 1101110 | 10111 | 111110 | 0 | 1001111 | 101100 | 111001 | 101001101 | 1000001 | 11010 |
Color Harmonies of #6E173E
Complementary color
Monochromatic Colors of #6E173E
Black with #6E173E
Text Example
Text Example
White with #6E173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E173E; }
p { color: rgb(110,23,62); }
H1.HeaderClassName
{
color: #6E173E;
}
.AnyTagClassName
{
color: #6E173E;
}
</style>
background-color css
<style>
a { background-color: #6E173E; }
a { background-color: rgb(110,23,62); }
div.DivClassName
{
background-color: #6E173E;
}
.BgClassName
{
background-color: #6E173E;
}
</style>
border-color css
<style>
span { border-color: #6E173E; }
span { border-color: rgb(110,23,62); }
td.TdClassName
{
border-color: #6E173E;
}
.TagClassName
{
border-color: #6E173E;
}
</style>