Shades of Pompadour #6E103D
Tints of Pompadour #6E103D
RGB
CMYK
RGB Variations
Color information
#6E103D (or 0x6E103D) is known color: Pompadour. HEX triplet: 6E, 10 and 3D. RGB value is (110,16,61). Sum of RGB (Red+Green+Blue) = 110+16+61=187 (24% of max value = 765). Red value is 110 (43.36% from 255 or 58.82% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 110 - color contains mainly: red. Hex color #6E103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E103D is #91EFC2. Grayscale: #313131. Windows color (decimal): -9564099 or 4001902. OLE color: 4001902.
HSL color Cylindrical-coordinate representation of color #6E103D: hue angle of 331.28º 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 #6E103D is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 16 | 61 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.57 |
| HSL | 331.28º | 0.75% | 0.25% | - |
| HSV(B) | 331.28º | 0.85% | 0.43% | - |
| XYZ | 7.46 | 4.02 | 4.8 | - |
| YUV | 49.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 16 | 61 | 0 | 0.85 | 0.45 | 0.57 | 331.28 | 0.75 | 0.25 |
| Hex | 6E | 10 | 3D | 0 | 55 | 2D | 39 | 14B | 4B | 19 |
| Octal | 156 | 20 | 75 | 0 | 125 | 55 | 71 | 513 | 113 | 31 |
| Binary | 1101110 | 10000 | 111101 | 0 | 1010101 | 101101 | 111001 | 101001011 | 1001011 | 11001 |
Color Harmonies of #6E103D
Complementary color
Monochromatic Colors of #6E103D
Black with #6E103D
Text Example
Text Example
White with #6E103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E103D; }
p { color: rgb(110,16,61); }
H1.HeaderClassName
{
color: #6E103D;
}
.AnyTagClassName
{
color: #6E103D;
}
</style>
background-color css
<style>
a { background-color: #6E103D; }
a { background-color: rgb(110,16,61); }
div.DivClassName
{
background-color: #6E103D;
}
.BgClassName
{
background-color: #6E103D;
}
</style>
border-color css
<style>
span { border-color: #6E103D; }
span { border-color: rgb(110,16,61); }
td.TdClassName
{
border-color: #6E103D;
}
.TagClassName
{
border-color: #6E103D;
}
</style>