Shades of Pompadour #6C144C
Tints of Pompadour #6C144C
RGB
CMYK
RGB Variations
Color information
#6C144C (or 0x6C144C) is known color: Pompadour. HEX triplet: 6C, 14 and 4C. RGB value is (108,20,76). Sum of RGB (Red+Green+Blue) = 108+20+76=204 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.94% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 76 (30.08% from 255 or 37.25% from 204); Max value from RGB is 108 - color contains mainly: red. Hex color #6C144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C144C is #93EBB3. Grayscale: #343434. Windows color (decimal): -9694132 or 4985964. OLE color: 4985964.
HSL color Cylindrical-coordinate representation of color #6C144C: hue angle of 321.82º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C144C is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 20 | 76 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.58 |
| HSL | 321.82º | 0.69% | 0.25% | - |
| HSV(B) | 321.82º | 0.81% | 0.42% | - |
| XYZ | 7.74 | 4.21 | 7.24 | - |
| YUV | 52.7 | 141.15 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 20 | 76 | 0 | 0.81 | 0.30 | 0.58 | 321.82 | 0.69 | 0.25 |
| Hex | 6C | 14 | 4C | 0 | 51 | 1E | 3A | 142 | 45 | 19 |
| Octal | 154 | 24 | 114 | 0 | 121 | 36 | 72 | 502 | 105 | 31 |
| Binary | 1101100 | 10100 | 1001100 | 0 | 1010001 | 11110 | 111010 | 101000010 | 1000101 | 11001 |
Color Harmonies of #6C144C
Complementary color
Monochromatic Colors of #6C144C
Black with #6C144C
Text Example
Text Example
White with #6C144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C144C; }
p { color: rgb(108,20,76); }
H1.HeaderClassName
{
color: #6C144C;
}
.AnyTagClassName
{
color: #6C144C;
}
</style>
background-color css
<style>
a { background-color: #6C144C; }
a { background-color: rgb(108,20,76); }
div.DivClassName
{
background-color: #6C144C;
}
.BgClassName
{
background-color: #6C144C;
}
</style>
border-color css
<style>
span { border-color: #6C144C; }
span { border-color: rgb(108,20,76); }
td.TdClassName
{
border-color: #6C144C;
}
.TagClassName
{
border-color: #6C144C;
}
</style>