Shades of Pompadour #6E123A
Tints of Pompadour #6E123A
RGB
CMYK
RGB Variations
Color information
#6E123A (or 0x6E123A) is known color: Pompadour. HEX triplet: 6E, 12 and 3A. RGB value is (110,18,58). Sum of RGB (Red+Green+Blue) = 110+18+58=186 (24% of max value = 765). Red value is 110 (43.36% from 255 or 59.14% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 110 - color contains mainly: red. Hex color #6E123A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E123A is #91EDC5. Grayscale: #323232. Windows color (decimal): -9563590 or 3805806. OLE color: 3805806.
HSL color Cylindrical-coordinate representation of color #6E123A: hue angle of 333.91º 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 #6E123A is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 18 | 58 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.57 |
| HSL | 333.91º | 0.72% | 0.25% | - |
| HSV(B) | 333.91º | 0.84% | 0.43% | - |
| XYZ | 7.41 | 4.05 | 4.39 | - |
| YUV | 50.07 | 132.48 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 18 | 58 | 0 | 0.84 | 0.47 | 0.57 | 333.91 | 0.72 | 0.25 |
| Hex | 6E | 12 | 3A | 0 | 54 | 2F | 39 | 14E | 48 | 19 |
| Octal | 156 | 22 | 72 | 0 | 124 | 57 | 71 | 516 | 110 | 31 |
| Binary | 1101110 | 10010 | 111010 | 0 | 1010100 | 101111 | 111001 | 101001110 | 1001000 | 11001 |
Color Harmonies of #6E123A
Complementary color
Monochromatic Colors of #6E123A
Black with #6E123A
Text Example
Text Example
White with #6E123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E123A; }
p { color: rgb(110,18,58); }
H1.HeaderClassName
{
color: #6E123A;
}
.AnyTagClassName
{
color: #6E123A;
}
</style>
background-color css
<style>
a { background-color: #6E123A; }
a { background-color: rgb(110,18,58); }
div.DivClassName
{
background-color: #6E123A;
}
.BgClassName
{
background-color: #6E123A;
}
</style>
border-color css
<style>
span { border-color: #6E123A; }
span { border-color: rgb(110,18,58); }
td.TdClassName
{
border-color: #6E123A;
}
.TagClassName
{
border-color: #6E123A;
}
</style>