Shades of Pompadour #6E123D
Tints of Pompadour #6E123D
RGB
CMYK
RGB Variations
Color information
#6E123D (or 0x6E123D) is known color: Pompadour. HEX triplet: 6E, 12 and 3D. RGB value is (110,18,61). Sum of RGB (Red+Green+Blue) = 110+18+61=189 (25% of max value = 765). Red value is 110 (43.36% from 255 or 58.20% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 110 - color contains mainly: red. Hex color #6E123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E123D is #91EDC2. Grayscale: #323232. Windows color (decimal): -9563587 or 4002414. OLE color: 4002414.
HSL color Cylindrical-coordinate representation of color #6E123D: hue angle of 331.96º 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 #6E123D is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 18 | 61 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.57 |
| HSL | 331.96º | 0.72% | 0.25% | - |
| HSV(B) | 331.96º | 0.84% | 0.43% | - |
| XYZ | 7.49 | 4.08 | 4.81 | - |
| YUV | 50.41 | 133.98 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 18 | 61 | 0 | 0.84 | 0.45 | 0.57 | 331.96 | 0.72 | 0.25 |
| Hex | 6E | 12 | 3D | 0 | 54 | 2D | 39 | 14C | 48 | 19 |
| Octal | 156 | 22 | 75 | 0 | 124 | 55 | 71 | 514 | 110 | 31 |
| Binary | 1101110 | 10010 | 111101 | 0 | 1010100 | 101101 | 111001 | 101001100 | 1001000 | 11001 |
Color Harmonies of #6E123D
Complementary color
Monochromatic Colors of #6E123D
Black with #6E123D
Text Example
Text Example
White with #6E123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E123D; }
p { color: rgb(110,18,61); }
H1.HeaderClassName
{
color: #6E123D;
}
.AnyTagClassName
{
color: #6E123D;
}
</style>
background-color css
<style>
a { background-color: #6E123D; }
a { background-color: rgb(110,18,61); }
div.DivClassName
{
background-color: #6E123D;
}
.BgClassName
{
background-color: #6E123D;
}
</style>
border-color css
<style>
span { border-color: #6E123D; }
span { border-color: rgb(110,18,61); }
td.TdClassName
{
border-color: #6E123D;
}
.TagClassName
{
border-color: #6E123D;
}
</style>