Shades of Pompadour #6C2A4C
Tints of Pompadour #6C2A4C
RGB
CMYK
RGB Variations
Color information
#6C2A4C (or 0x6C2A4C) is known color: Pompadour. HEX triplet: 6C, 2A and 4C. RGB value is (108,42,76). Sum of RGB (Red+Green+Blue) = 108+42+76=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2A4C is #93D5B3. Grayscale: #414141. Windows color (decimal): -9688500 or 4991596. OLE color: 4991596.
HSL color Cylindrical-coordinate representation of color #6C2A4C: hue angle of 329.09º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C2A4C is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 42 | 76 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.58 |
| HSL | 329.09º | 0.44% | 0.29% | - |
| HSV(B) | 329.09º | 0.61% | 0.42% | - |
| XYZ | 8.32 | 5.37 | 7.43 | - |
| YUV | 65.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 76 | 0 | 0.61 | 0.30 | 0.58 | 329.09 | 0.44 | 0.29 |
| Hex | 6C | 2A | 4C | 0 | 3D | 1E | 3A | 149 | 2C | 1D |
| Octal | 154 | 52 | 114 | 0 | 75 | 36 | 72 | 511 | 54 | 35 |
| Binary | 1101100 | 101010 | 1001100 | 0 | 111101 | 11110 | 111010 | 101001001 | 101100 | 11101 |
Color Harmonies of #6C2A4C
Complementary color
Monochromatic Colors of #6C2A4C
Black with #6C2A4C
Text Example
Text Example
White with #6C2A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A4C; }
p { color: rgb(108,42,76); }
H1.HeaderClassName
{
color: #6C2A4C;
}
.AnyTagClassName
{
color: #6C2A4C;
}
</style>
background-color css
<style>
a { background-color: #6C2A4C; }
a { background-color: rgb(108,42,76); }
div.DivClassName
{
background-color: #6C2A4C;
}
.BgClassName
{
background-color: #6C2A4C;
}
</style>
border-color css
<style>
span { border-color: #6C2A4C; }
span { border-color: rgb(108,42,76); }
td.TdClassName
{
border-color: #6C2A4C;
}
.TagClassName
{
border-color: #6C2A4C;
}
</style>