Shades of Pompadour #6C2B4B
Tints of Pompadour #6C2B4B
RGB
CMYK
RGB Variations
Color information
#6C2B4B (or 0x6C2B4B) is known color: Pompadour. HEX triplet: 6C, 2B and 4B. RGB value is (108,43,75). Sum of RGB (Red+Green+Blue) = 108+43+75=226 (29% of max value = 765). Red value is 108 (42.58% from 255 or 47.79% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2B4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2B4B is #93D4B4. Grayscale: #424242. Windows color (decimal): -9688245 or 4926316. OLE color: 4926316.
HSL color Cylindrical-coordinate representation of color #6C2B4B: hue angle of 330.46º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C2B4B is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 43 | 75 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.58 |
| HSL | 330.46º | 0.43% | 0.3% | - |
| HSV(B) | 330.46º | 0.6% | 0.42% | - |
| XYZ | 8.32 | 5.42 | 7.27 | - |
| YUV | 66.08 | 133.03 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 43 | 75 | 0 | 0.60 | 0.31 | 0.58 | 330.46 | 0.43 | 0.3 |
| Hex | 6C | 2B | 4B | 0 | 3C | 1F | 3A | 14A | 2B | 1E |
| Octal | 154 | 53 | 113 | 0 | 74 | 37 | 72 | 512 | 53 | 36 |
| Binary | 1101100 | 101011 | 1001011 | 0 | 111100 | 11111 | 111010 | 101001010 | 101011 | 11110 |
Color Harmonies of #6C2B4B
Complementary color
Monochromatic Colors of #6C2B4B
Black with #6C2B4B
Text Example
Text Example
White with #6C2B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2B4B; }
p { color: rgb(108,43,75); }
H1.HeaderClassName
{
color: #6C2B4B;
}
.AnyTagClassName
{
color: #6C2B4B;
}
</style>
background-color css
<style>
a { background-color: #6C2B4B; }
a { background-color: rgb(108,43,75); }
div.DivClassName
{
background-color: #6C2B4B;
}
.BgClassName
{
background-color: #6C2B4B;
}
</style>
border-color css
<style>
span { border-color: #6C2B4B; }
span { border-color: rgb(108,43,75); }
td.TdClassName
{
border-color: #6C2B4B;
}
.TagClassName
{
border-color: #6C2B4B;
}
</style>