Shades of Pompadour #6C2445
Tints of Pompadour #6C2445
RGB
CMYK
RGB Variations
Color information
#6C2445 (or 0x6C2445) is known color: Pompadour. HEX triplet: 6C, 24 and 45. RGB value is (108,36,69). Sum of RGB (Red+Green+Blue) = 108+36+69=213 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.70% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2445 is #93DBBA. Grayscale: #3D3D3D. Windows color (decimal): -9690043 or 4531308. OLE color: 4531308.
HSL color Cylindrical-coordinate representation of color #6C2445: hue angle of 332.5º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C2445 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 36 | 69 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.58 |
| HSL | 332.5º | 0.5% | 0.28% | - |
| HSV(B) | 332.5º | 0.67% | 0.42% | - |
| XYZ | 7.89 | 4.88 | 6.16 | - |
| YUV | 61.29 | 132.35 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 36 | 69 | 0 | 0.67 | 0.36 | 0.58 | 332.5 | 0.5 | 0.28 |
| Hex | 6C | 24 | 45 | 0 | 43 | 24 | 3A | 14C | 32 | 1C |
| Octal | 154 | 44 | 105 | 0 | 103 | 44 | 72 | 514 | 62 | 34 |
| Binary | 1101100 | 100100 | 1000101 | 0 | 1000011 | 100100 | 111010 | 101001100 | 110010 | 11100 |
Color Harmonies of #6C2445
Complementary color
Monochromatic Colors of #6C2445
Black with #6C2445
Text Example
Text Example
White with #6C2445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2445; }
p { color: rgb(108,36,69); }
H1.HeaderClassName
{
color: #6C2445;
}
.AnyTagClassName
{
color: #6C2445;
}
</style>
background-color css
<style>
a { background-color: #6C2445; }
a { background-color: rgb(108,36,69); }
div.DivClassName
{
background-color: #6C2445;
}
.BgClassName
{
background-color: #6C2445;
}
</style>
border-color css
<style>
span { border-color: #6C2445; }
span { border-color: rgb(108,36,69); }
td.TdClassName
{
border-color: #6C2445;
}
.TagClassName
{
border-color: #6C2445;
}
</style>