Shades of Pompadour #6A2A47
Tints of Pompadour #6A2A47
RGB
CMYK
RGB Variations
Color information
#6A2A47 (or 0x6A2A47) is known color: Pompadour. HEX triplet: 6A, 2A and 47. RGB value is (106,42,71). Sum of RGB (Red+Green+Blue) = 106+42+71=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2A47 is #95D5B8. Grayscale: #404040. Windows color (decimal): -9819577 or 4663914. OLE color: 4663914.
HSL color Cylindrical-coordinate representation of color #6A2A47: hue angle of 332.81º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A2A47 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 42 | 71 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.58 |
| HSL | 332.81º | 0.43% | 0.29% | - |
| HSV(B) | 332.81º | 0.6% | 0.42% | - |
| XYZ | 7.91 | 5.18 | 6.54 | - |
| YUV | 64.44 | 131.7 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 42 | 71 | 0 | 0.60 | 0.33 | 0.58 | 332.81 | 0.43 | 0.29 |
| Hex | 6A | 2A | 47 | 0 | 3C | 21 | 3A | 14D | 2B | 1D |
| Octal | 152 | 52 | 107 | 0 | 74 | 41 | 72 | 515 | 53 | 35 |
| Binary | 1101010 | 101010 | 1000111 | 0 | 111100 | 100001 | 111010 | 101001101 | 101011 | 11101 |
Color Harmonies of #6A2A47
Complementary color
Monochromatic Colors of #6A2A47
Black with #6A2A47
Text Example
Text Example
White with #6A2A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2A47; }
p { color: rgb(106,42,71); }
H1.HeaderClassName
{
color: #6A2A47;
}
.AnyTagClassName
{
color: #6A2A47;
}
</style>
background-color css
<style>
a { background-color: #6A2A47; }
a { background-color: rgb(106,42,71); }
div.DivClassName
{
background-color: #6A2A47;
}
.BgClassName
{
background-color: #6A2A47;
}
</style>
border-color css
<style>
span { border-color: #6A2A47; }
span { border-color: rgb(106,42,71); }
td.TdClassName
{
border-color: #6A2A47;
}
.TagClassName
{
border-color: #6A2A47;
}
</style>