Shades of Pompadour #6A1340
Tints of Pompadour #6A1340
RGB
CMYK
RGB Variations
Color information
#6A1340 (or 0x6A1340) is known color: Pompadour. HEX triplet: 6A, 13 and 40. RGB value is (106,19,64). Sum of RGB (Red+Green+Blue) = 106+19+64=189 (25% of max value = 765). Red value is 106 (41.80% from 255 or 56.08% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 64 (25.39% from 255 or 33.86% from 189); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1340 is #95ECBF. Grayscale: #323232. Windows color (decimal): -9825472 or 4199274. OLE color: 4199274.
HSL color Cylindrical-coordinate representation of color #6A1340: hue angle of 328.97º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A1340 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 19 | 64 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.58 |
| HSL | 328.97º | 0.7% | 0.25% | - |
| HSV(B) | 328.97º | 0.82% | 0.42% | - |
| XYZ | 7.1 | 3.9 | 5.23 | - |
| YUV | 50.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 19 | 64 | 0 | 0.82 | 0.40 | 0.58 | 328.97 | 0.7 | 0.25 |
| Hex | 6A | 13 | 40 | 0 | 52 | 28 | 3A | 149 | 46 | 19 |
| Octal | 152 | 23 | 100 | 0 | 122 | 50 | 72 | 511 | 106 | 31 |
| Binary | 1101010 | 10011 | 1000000 | 0 | 1010010 | 101000 | 111010 | 101001001 | 1000110 | 11001 |
Color Harmonies of #6A1340
Complementary color
Monochromatic Colors of #6A1340
Black with #6A1340
Text Example
Text Example
White with #6A1340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1340; }
p { color: rgb(106,19,64); }
H1.HeaderClassName
{
color: #6A1340;
}
.AnyTagClassName
{
color: #6A1340;
}
</style>
background-color css
<style>
a { background-color: #6A1340; }
a { background-color: rgb(106,19,64); }
div.DivClassName
{
background-color: #6A1340;
}
.BgClassName
{
background-color: #6A1340;
}
</style>
border-color css
<style>
span { border-color: #6A1340; }
span { border-color: rgb(106,19,64); }
td.TdClassName
{
border-color: #6A1340;
}
.TagClassName
{
border-color: #6A1340;
}
</style>