Shades of Pompadour #6B2D4B
Tints of Pompadour #6B2D4B
RGB
CMYK
RGB Variations
Color information
#6B2D4B (or 0x6B2D4B) is known color: Pompadour. HEX triplet: 6B, 2D and 4B. RGB value is (107,45,75). Sum of RGB (Red+Green+Blue) = 107+45+75=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2D4B is #94D2B4. Grayscale: #424242. Windows color (decimal): -9753269 or 4926827. OLE color: 4926827.
HSL color Cylindrical-coordinate representation of color #6B2D4B: hue angle of 330.97º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B2D4B is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 45 | 75 | - |
| CMYK | 0 | 0.58 | 0.30 | 0.58 |
| HSL | 330.97º | 0.41% | 0.3% | - |
| HSV(B) | 330.97º | 0.58% | 0.42% | - |
| XYZ | 8.27 | 5.51 | 7.28 | - |
| YUV | 66.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 45 | 75 | 0 | 0.58 | 0.30 | 0.58 | 330.97 | 0.41 | 0.3 |
| Hex | 6B | 2D | 4B | 0 | 3A | 1E | 3A | 14B | 29 | 1E |
| Octal | 153 | 55 | 113 | 0 | 72 | 36 | 72 | 513 | 51 | 36 |
| Binary | 1101011 | 101101 | 1001011 | 0 | 111010 | 11110 | 111010 | 101001011 | 101001 | 11110 |
Color Harmonies of #6B2D4B
Complementary color
Monochromatic Colors of #6B2D4B
Black with #6B2D4B
Text Example
Text Example
White with #6B2D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2D4B; }
p { color: rgb(107,45,75); }
H1.HeaderClassName
{
color: #6B2D4B;
}
.AnyTagClassName
{
color: #6B2D4B;
}
</style>
background-color css
<style>
a { background-color: #6B2D4B; }
a { background-color: rgb(107,45,75); }
div.DivClassName
{
background-color: #6B2D4B;
}
.BgClassName
{
background-color: #6B2D4B;
}
</style>
border-color css
<style>
span { border-color: #6B2D4B; }
span { border-color: rgb(107,45,75); }
td.TdClassName
{
border-color: #6B2D4B;
}
.TagClassName
{
border-color: #6B2D4B;
}
</style>