Shades of Pompadour #6D1C4C
Tints of Pompadour #6D1C4C
RGB
CMYK
RGB Variations
Color information
#6D1C4C (or 0x6D1C4C) is known color: Pompadour. HEX triplet: 6D, 1C and 4C. RGB value is (109,28,76). Sum of RGB (Red+Green+Blue) = 109+28+76=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1C4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1C4C is #92E3B3. Grayscale: #393939. Windows color (decimal): -9626548 or 4988013. OLE color: 4988013.
HSL color Cylindrical-coordinate representation of color #6D1C4C: hue angle of 324.44º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6D1C4C is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 28 | 76 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.57 |
| HSL | 324.44º | 0.59% | 0.27% | - |
| HSV(B) | 324.44º | 0.74% | 0.43% | - |
| XYZ | 8.03 | 4.6 | 7.3 | - |
| YUV | 57.69 | 138.34 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 28 | 76 | 0 | 0.74 | 0.30 | 0.57 | 324.44 | 0.59 | 0.27 |
| Hex | 6D | 1C | 4C | 0 | 4A | 1E | 39 | 144 | 3B | 1B |
| Octal | 155 | 34 | 114 | 0 | 112 | 36 | 71 | 504 | 73 | 33 |
| Binary | 1101101 | 11100 | 1001100 | 0 | 1001010 | 11110 | 111001 | 101000100 | 111011 | 11011 |
Color Harmonies of #6D1C4C
Complementary color
Monochromatic Colors of #6D1C4C
Black with #6D1C4C
Text Example
Text Example
White with #6D1C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1C4C; }
p { color: rgb(109,28,76); }
H1.HeaderClassName
{
color: #6D1C4C;
}
.AnyTagClassName
{
color: #6D1C4C;
}
</style>
background-color css
<style>
a { background-color: #6D1C4C; }
a { background-color: rgb(109,28,76); }
div.DivClassName
{
background-color: #6D1C4C;
}
.BgClassName
{
background-color: #6D1C4C;
}
</style>
border-color css
<style>
span { border-color: #6D1C4C; }
span { border-color: rgb(109,28,76); }
td.TdClassName
{
border-color: #6D1C4C;
}
.TagClassName
{
border-color: #6D1C4C;
}
</style>