Shades of Pompadour #6D1E4C
Tints of Pompadour #6D1E4C
RGB
CMYK
RGB Variations
Color information
#6D1E4C (or 0x6D1E4C) is known color: Pompadour. HEX triplet: 6D, 1E and 4C. RGB value is (109,30,76). Sum of RGB (Red+Green+Blue) = 109+30+76=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1E4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1E4C is #92E1B3. Grayscale: #3A3A3A. Windows color (decimal): -9626036 or 4988525. OLE color: 4988525.
HSL color Cylindrical-coordinate representation of color #6D1E4C: hue angle of 325.06º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D1E4C is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 30 | 76 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.57 |
| HSL | 325.06º | 0.57% | 0.27% | - |
| HSV(B) | 325.06º | 0.72% | 0.43% | - |
| XYZ | 8.08 | 4.7 | 7.32 | - |
| YUV | 58.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 30 | 76 | 0 | 0.72 | 0.30 | 0.57 | 325.06 | 0.57 | 0.27 |
| Hex | 6D | 1E | 4C | 0 | 48 | 1E | 39 | 145 | 39 | 1B |
| Octal | 155 | 36 | 114 | 0 | 110 | 36 | 71 | 505 | 71 | 33 |
| Binary | 1101101 | 11110 | 1001100 | 0 | 1001000 | 11110 | 111001 | 101000101 | 111001 | 11011 |
Color Harmonies of #6D1E4C
Complementary color
Monochromatic Colors of #6D1E4C
Black with #6D1E4C
Text Example
Text Example
White with #6D1E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1E4C; }
p { color: rgb(109,30,76); }
H1.HeaderClassName
{
color: #6D1E4C;
}
.AnyTagClassName
{
color: #6D1E4C;
}
</style>
background-color css
<style>
a { background-color: #6D1E4C; }
a { background-color: rgb(109,30,76); }
div.DivClassName
{
background-color: #6D1E4C;
}
.BgClassName
{
background-color: #6D1E4C;
}
</style>
border-color css
<style>
span { border-color: #6D1E4C; }
span { border-color: rgb(109,30,76); }
td.TdClassName
{
border-color: #6D1E4C;
}
.TagClassName
{
border-color: #6D1E4C;
}
</style>