Shades of Pompadour #6E103C
Tints of Pompadour #6E103C
RGB
CMYK
RGB Variations
Color information
#6E103C (or 0x6E103C) is known color: Pompadour. HEX triplet: 6E, 10 and 3C. RGB value is (110,16,60). Sum of RGB (Red+Green+Blue) = 110+16+60=186 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.14% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 110 - color contains mainly: red. Hex color #6E103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E103C is #91EFC3. Grayscale: #313131. Windows color (decimal): -9564100 or 3936366. OLE color: 3936366.
HSL color Cylindrical-coordinate representation of color #6E103C: hue angle of 331.91º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E103C is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 16 | 60 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.57 |
| HSL | 331.91º | 0.75% | 0.25% | - |
| HSV(B) | 331.91º | 0.85% | 0.43% | - |
| XYZ | 7.43 | 4.01 | 4.66 | - |
| YUV | 49.12 | 134.14 | 171.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 60 | 0 | 0.85 | 0.45 | 0.57 | 331.91 | 0.75 | 0.25 |
| Hex | 6E | 10 | 3C | 0 | 55 | 2D | 39 | 14C | 4B | 19 |
| Octal | 156 | 20 | 74 | 0 | 125 | 55 | 71 | 514 | 113 | 31 |
| Binary | 1101110 | 10000 | 111100 | 0 | 1010101 | 101101 | 111001 | 101001100 | 1001011 | 11001 |
Color Harmonies of #6E103C
Complementary color
Monochromatic Colors of #6E103C
Black with #6E103C
Text Example
Text Example
White with #6E103C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E103C; }
p { color: rgb(110,16,60); }
H1.HeaderClassName
{
color: #6E103C;
}
.AnyTagClassName
{
color: #6E103C;
}
</style>
background-color css
<style>
a { background-color: #6E103C; }
a { background-color: rgb(110,16,60); }
div.DivClassName
{
background-color: #6E103C;
}
.BgClassName
{
background-color: #6E103C;
}
</style>
border-color css
<style>
span { border-color: #6E103C; }
span { border-color: rgb(110,16,60); }
td.TdClassName
{
border-color: #6E103C;
}
.TagClassName
{
border-color: #6E103C;
}
</style>