Shades of Pompadour #6C2A47
Tints of Pompadour #6C2A47
RGB
CMYK
RGB Variations
Color information
#6C2A47 (or 0x6C2A47) is known color: Pompadour. HEX triplet: 6C, 2A and 47. RGB value is (108,42,71). Sum of RGB (Red+Green+Blue) = 108+42+71=221 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.87% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2A47 is #93D5B8. Grayscale: #404040. Windows color (decimal): -9688505 or 4663916. OLE color: 4663916.
HSL color Cylindrical-coordinate representation of color #6C2A47: hue angle of 333.64º 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 #6C2A47 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 42 | 71 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.58 |
| HSL | 333.64º | 0.44% | 0.29% | - |
| HSV(B) | 333.64º | 0.61% | 0.42% | - |
| XYZ | 8.15 | 5.3 | 6.55 | - |
| YUV | 65.04 | 131.37 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 42 | 71 | 0 | 0.61 | 0.34 | 0.58 | 333.64 | 0.44 | 0.29 |
| Hex | 6C | 2A | 47 | 0 | 3D | 22 | 3A | 14E | 2C | 1D |
| Octal | 154 | 52 | 107 | 0 | 75 | 42 | 72 | 516 | 54 | 35 |
| Binary | 1101100 | 101010 | 1000111 | 0 | 111101 | 100010 | 111010 | 101001110 | 101100 | 11101 |
Color Harmonies of #6C2A47
Complementary color
Monochromatic Colors of #6C2A47
Black with #6C2A47
Text Example
Text Example
White with #6C2A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2A47; }
p { color: rgb(108,42,71); }
H1.HeaderClassName
{
color: #6C2A47;
}
.AnyTagClassName
{
color: #6C2A47;
}
</style>
background-color css
<style>
a { background-color: #6C2A47; }
a { background-color: rgb(108,42,71); }
div.DivClassName
{
background-color: #6C2A47;
}
.BgClassName
{
background-color: #6C2A47;
}
</style>
border-color css
<style>
span { border-color: #6C2A47; }
span { border-color: rgb(108,42,71); }
td.TdClassName
{
border-color: #6C2A47;
}
.TagClassName
{
border-color: #6C2A47;
}
</style>