Shades of Pompadour #6E173F
Tints of Pompadour #6E173F
RGB
CMYK
RGB Variations
Color information
#6E173F (or 0x6E173F) is known color: Pompadour. HEX triplet: 6E, 17 and 3F. RGB value is (110,23,63). Sum of RGB (Red+Green+Blue) = 110+23+63=196 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.12% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 110 - color contains mainly: red. Hex color #6E173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E173F is #91E8C0. Grayscale: #353535. Windows color (decimal): -9562305 or 4134766. OLE color: 4134766.
HSL color Cylindrical-coordinate representation of color #6E173F: hue angle of 332.41º 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 #6E173F is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 23 | 63 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.57 |
| HSL | 332.41º | 0.65% | 0.26% | - |
| HSV(B) | 332.41º | 0.79% | 0.43% | - |
| XYZ | 7.63 | 4.29 | 5.13 | - |
| YUV | 53.57 | 133.32 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 23 | 63 | 0 | 0.79 | 0.43 | 0.57 | 332.41 | 0.65 | 0.26 |
| Hex | 6E | 17 | 3F | 0 | 4F | 2B | 39 | 14C | 41 | 1A |
| Octal | 156 | 27 | 77 | 0 | 117 | 53 | 71 | 514 | 101 | 32 |
| Binary | 1101110 | 10111 | 111111 | 0 | 1001111 | 101011 | 111001 | 101001100 | 1000001 | 11010 |
Color Harmonies of #6E173F
Complementary color
Monochromatic Colors of #6E173F
Black with #6E173F
Text Example
Text Example
White with #6E173F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E173F; }
p { color: rgb(110,23,63); }
H1.HeaderClassName
{
color: #6E173F;
}
.AnyTagClassName
{
color: #6E173F;
}
</style>
background-color css
<style>
a { background-color: #6E173F; }
a { background-color: rgb(110,23,63); }
div.DivClassName
{
background-color: #6E173F;
}
.BgClassName
{
background-color: #6E173F;
}
</style>
border-color css
<style>
span { border-color: #6E173F; }
span { border-color: rgb(110,23,63); }
td.TdClassName
{
border-color: #6E173F;
}
.TagClassName
{
border-color: #6E173F;
}
</style>