Shades of Pompadour #6A2542
Tints of Pompadour #6A2542
RGB
CMYK
RGB Variations
Color information
#6A2542 (or 0x6A2542) is known color: Pompadour. HEX triplet: 6A, 25 and 42. RGB value is (106,37,66). Sum of RGB (Red+Green+Blue) = 106+37+66=209 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.72% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2542 is #95DABD. Grayscale: #3C3C3C. Windows color (decimal): -9820862 or 4334954. OLE color: 4334954.
HSL color Cylindrical-coordinate representation of color #6A2542: hue angle of 334.78º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A2542 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 37 | 66 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.58 |
| HSL | 334.78º | 0.48% | 0.28% | - |
| HSV(B) | 334.78º | 0.65% | 0.42% | - |
| XYZ | 7.59 | 4.78 | 5.68 | - |
| YUV | 60.94 | 130.86 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 37 | 66 | 0 | 0.65 | 0.38 | 0.58 | 334.78 | 0.48 | 0.28 |
| Hex | 6A | 25 | 42 | 0 | 41 | 26 | 3A | 14F | 30 | 1C |
| Octal | 152 | 45 | 102 | 0 | 101 | 46 | 72 | 517 | 60 | 34 |
| Binary | 1101010 | 100101 | 1000010 | 0 | 1000001 | 100110 | 111010 | 101001111 | 110000 | 11100 |
Color Harmonies of #6A2542
Complementary color
Monochromatic Colors of #6A2542
Black with #6A2542
Text Example
Text Example
White with #6A2542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2542; }
p { color: rgb(106,37,66); }
H1.HeaderClassName
{
color: #6A2542;
}
.AnyTagClassName
{
color: #6A2542;
}
</style>
background-color css
<style>
a { background-color: #6A2542; }
a { background-color: rgb(106,37,66); }
div.DivClassName
{
background-color: #6A2542;
}
.BgClassName
{
background-color: #6A2542;
}
</style>
border-color css
<style>
span { border-color: #6A2542; }
span { border-color: rgb(106,37,66); }
td.TdClassName
{
border-color: #6A2542;
}
.TagClassName
{
border-color: #6A2542;
}
</style>