Shades of Pompadour #6C2442
Tints of Pompadour #6C2442
RGB
CMYK
RGB Variations
Color information
#6C2442 (or 0x6C2442) is known color: Pompadour. HEX triplet: 6C, 24 and 42. RGB value is (108,36,66). Sum of RGB (Red+Green+Blue) = 108+36+66=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2442 is #93DBBD. Grayscale: #3C3C3C. Windows color (decimal): -9690046 or 4334700. OLE color: 4334700.
HSL color Cylindrical-coordinate representation of color #6C2442: hue angle of 335º 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 #6C2442 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 36 | 66 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.58 |
| HSL | 335º | 0.5% | 0.28% | - |
| HSV(B) | 335º | 0.67% | 0.42% | - |
| XYZ | 7.8 | 4.84 | 5.68 | - |
| YUV | 60.95 | 130.85 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 36 | 66 | 0 | 0.67 | 0.39 | 0.58 | 335 | 0.5 | 0.28 |
| Hex | 6C | 24 | 42 | 0 | 43 | 27 | 3A | 14F | 32 | 1C |
| Octal | 154 | 44 | 102 | 0 | 103 | 47 | 72 | 517 | 62 | 34 |
| Binary | 1101100 | 100100 | 1000010 | 0 | 1000011 | 100111 | 111010 | 101001111 | 110010 | 11100 |
Color Harmonies of #6C2442
Complementary color
Monochromatic Colors of #6C2442
Black with #6C2442
Text Example
Text Example
White with #6C2442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2442; }
p { color: rgb(108,36,66); }
H1.HeaderClassName
{
color: #6C2442;
}
.AnyTagClassName
{
color: #6C2442;
}
</style>
background-color css
<style>
a { background-color: #6C2442; }
a { background-color: rgb(108,36,66); }
div.DivClassName
{
background-color: #6C2442;
}
.BgClassName
{
background-color: #6C2442;
}
</style>
border-color css
<style>
span { border-color: #6C2442; }
span { border-color: rgb(108,36,66); }
td.TdClassName
{
border-color: #6C2442;
}
.TagClassName
{
border-color: #6C2442;
}
</style>