Shades of Pompadour #6E173D
Tints of Pompadour #6E173D
RGB
CMYK
RGB Variations
Color information
#6E173D (or 0x6E173D) is known color: Pompadour. HEX triplet: 6E, 17 and 3D. RGB value is (110,23,61). Sum of RGB (Red+Green+Blue) = 110+23+61=194 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.70% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 61 (24.22% from 255 or 31.44% from 194); Max value from RGB is 110 - color contains mainly: red. Hex color #6E173D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E173D is #91E8C2. Grayscale: #353535. Windows color (decimal): -9562307 or 4003694. OLE color: 4003694.
HSL color Cylindrical-coordinate representation of color #6E173D: hue angle of 333.79º 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 #6E173D is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 23 | 61 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.57 |
| HSL | 333.79º | 0.65% | 0.26% | - |
| HSV(B) | 333.79º | 0.79% | 0.43% | - |
| XYZ | 7.58 | 4.26 | 4.84 | - |
| YUV | 53.35 | 132.32 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 61 | 0 | 0.79 | 0.45 | 0.57 | 333.79 | 0.65 | 0.26 |
| Hex | 6E | 17 | 3D | 0 | 4F | 2D | 39 | 14E | 41 | 1A |
| Octal | 156 | 27 | 75 | 0 | 117 | 55 | 71 | 516 | 101 | 32 |
| Binary | 1101110 | 10111 | 111101 | 0 | 1001111 | 101101 | 111001 | 101001110 | 1000001 | 11010 |
Color Harmonies of #6E173D
Complementary color
Monochromatic Colors of #6E173D
Black with #6E173D
Text Example
Text Example
White with #6E173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E173D; }
p { color: rgb(110,23,61); }
H1.HeaderClassName
{
color: #6E173D;
}
.AnyTagClassName
{
color: #6E173D;
}
</style>
background-color css
<style>
a { background-color: #6E173D; }
a { background-color: rgb(110,23,61); }
div.DivClassName
{
background-color: #6E173D;
}
.BgClassName
{
background-color: #6E173D;
}
</style>
border-color css
<style>
span { border-color: #6E173D; }
span { border-color: rgb(110,23,61); }
td.TdClassName
{
border-color: #6E173D;
}
.TagClassName
{
border-color: #6E173D;
}
</style>