Shades of Pompadour #6C143C
Tints of Pompadour #6C143C
RGB
CMYK
RGB Variations
Color information
#6C143C (or 0x6C143C) is known color: Pompadour. HEX triplet: 6C, 14 and 3C. RGB value is (108,20,60). Sum of RGB (Red+Green+Blue) = 108+20+60=188 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.45% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 108 - color contains mainly: red. Hex color #6C143C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C143C is #93EBC3. Grayscale: #323232. Windows color (decimal): -9694148 or 3937388. OLE color: 3937388.
HSL color Cylindrical-coordinate representation of color #6C143C: hue angle of 332.73º 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 #6C143C is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 20 | 60 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.58 |
| HSL | 332.73º | 0.69% | 0.25% | - |
| HSV(B) | 332.73º | 0.81% | 0.42% | - |
| XYZ | 7.25 | 4.01 | 4.67 | - |
| YUV | 50.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 20 | 60 | 0 | 0.81 | 0.44 | 0.58 | 332.73 | 0.69 | 0.25 |
| Hex | 6C | 14 | 3C | 0 | 51 | 2C | 3A | 14D | 45 | 19 |
| Octal | 154 | 24 | 74 | 0 | 121 | 54 | 72 | 515 | 105 | 31 |
| Binary | 1101100 | 10100 | 111100 | 0 | 1010001 | 101100 | 111010 | 101001101 | 1000101 | 11001 |
Color Harmonies of #6C143C
Complementary color
Monochromatic Colors of #6C143C
Black with #6C143C
Text Example
Text Example
White with #6C143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C143C; }
p { color: rgb(108,20,60); }
H1.HeaderClassName
{
color: #6C143C;
}
.AnyTagClassName
{
color: #6C143C;
}
</style>
background-color css
<style>
a { background-color: #6C143C; }
a { background-color: rgb(108,20,60); }
div.DivClassName
{
background-color: #6C143C;
}
.BgClassName
{
background-color: #6C143C;
}
</style>
border-color css
<style>
span { border-color: #6C143C; }
span { border-color: rgb(108,20,60); }
td.TdClassName
{
border-color: #6C143C;
}
.TagClassName
{
border-color: #6C143C;
}
</style>