Shades of Pompadour #6E123F
Tints of Pompadour #6E123F
RGB
CMYK
RGB Variations
Color information
#6E123F (or 0x6E123F) is known color: Pompadour. HEX triplet: 6E, 12 and 3F. RGB value is (110,18,63). Sum of RGB (Red+Green+Blue) = 110+18+63=191 (25% of max value = 765). Red value is 110 (43.36% from 255 or 57.59% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 110 - color contains mainly: red. Hex color #6E123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E123F is #91EDC0. Grayscale: #323232. Windows color (decimal): -9563585 or 4133486. OLE color: 4133486.
HSL color Cylindrical-coordinate representation of color #6E123F: hue angle of 330.65º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E123F is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 18 | 63 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.57 |
| HSL | 330.65º | 0.72% | 0.25% | - |
| HSV(B) | 330.65º | 0.84% | 0.43% | - |
| XYZ | 7.54 | 4.11 | 5.1 | - |
| YUV | 50.64 | 134.98 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 18 | 63 | 0 | 0.84 | 0.43 | 0.57 | 330.65 | 0.72 | 0.25 |
| Hex | 6E | 12 | 3F | 0 | 54 | 2B | 39 | 14B | 48 | 19 |
| Octal | 156 | 22 | 77 | 0 | 124 | 53 | 71 | 513 | 110 | 31 |
| Binary | 1101110 | 10010 | 111111 | 0 | 1010100 | 101011 | 111001 | 101001011 | 1001000 | 11001 |
Color Harmonies of #6E123F
Complementary color
Monochromatic Colors of #6E123F
Black with #6E123F
Text Example
Text Example
White with #6E123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E123F; }
p { color: rgb(110,18,63); }
H1.HeaderClassName
{
color: #6E123F;
}
.AnyTagClassName
{
color: #6E123F;
}
</style>
background-color css
<style>
a { background-color: #6E123F; }
a { background-color: rgb(110,18,63); }
div.DivClassName
{
background-color: #6E123F;
}
.BgClassName
{
background-color: #6E123F;
}
</style>
border-color css
<style>
span { border-color: #6E123F; }
span { border-color: rgb(110,18,63); }
td.TdClassName
{
border-color: #6E123F;
}
.TagClassName
{
border-color: #6E123F;
}
</style>