Shades of Pompadour #6D124A
Tints of Pompadour #6D124A
RGB
CMYK
RGB Variations
Color information
#6D124A (or 0x6D124A) is known color: Pompadour. HEX triplet: 6D, 12 and 4A. RGB value is (109,18,74). Sum of RGB (Red+Green+Blue) = 109+18+74=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D124A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D124A is #92EDB5. Grayscale: #333333. Windows color (decimal): -9629110 or 4854381. OLE color: 4854381.
HSL color Cylindrical-coordinate representation of color #6D124A: hue angle of 323.08º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D124A is Cyan = 0, Magento = 0.83, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 18 | 74 | - |
| CMYK | 0 | 0.83 | 0.32 | 0.57 |
| HSL | 323.08º | 0.72% | 0.25% | - |
| HSV(B) | 323.08º | 0.83% | 0.43% | - |
| XYZ | 7.76 | 4.18 | 6.88 | - |
| YUV | 51.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 18 | 74 | 0 | 0.83 | 0.32 | 0.57 | 323.08 | 0.72 | 0.25 |
| Hex | 6D | 12 | 4A | 0 | 53 | 20 | 39 | 143 | 48 | 19 |
| Octal | 155 | 22 | 112 | 0 | 123 | 40 | 71 | 503 | 110 | 31 |
| Binary | 1101101 | 10010 | 1001010 | 0 | 1010011 | 100000 | 111001 | 101000011 | 1001000 | 11001 |
Color Harmonies of #6D124A
Complementary color
Monochromatic Colors of #6D124A
Black with #6D124A
Text Example
Text Example
White with #6D124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D124A; }
p { color: rgb(109,18,74); }
H1.HeaderClassName
{
color: #6D124A;
}
.AnyTagClassName
{
color: #6D124A;
}
</style>
background-color css
<style>
a { background-color: #6D124A; }
a { background-color: rgb(109,18,74); }
div.DivClassName
{
background-color: #6D124A;
}
.BgClassName
{
background-color: #6D124A;
}
</style>
border-color css
<style>
span { border-color: #6D124A; }
span { border-color: rgb(109,18,74); }
td.TdClassName
{
border-color: #6D124A;
}
.TagClassName
{
border-color: #6D124A;
}
</style>