Shades of Pompadour #6D1340
Tints of Pompadour #6D1340
RGB
CMYK
RGB Variations
Color information
#6D1340 (or 0x6D1340) is known color: Pompadour. HEX triplet: 6D, 13 and 40. RGB value is (109,19,64). Sum of RGB (Red+Green+Blue) = 109+19+64=192 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.77% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1340 is #92ECBF. Grayscale: #323232. Windows color (decimal): -9628864 or 4199277. OLE color: 4199277.
HSL color Cylindrical-coordinate representation of color #6D1340: hue angle of 330º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1340 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 64 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.57 |
| HSL | 330º | 0.7% | 0.25% | - |
| HSV(B) | 330º | 0.83% | 0.43% | - |
| XYZ | 7.46 | 4.09 | 5.25 | - |
| YUV | 51.04 | 135.32 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 64 | 0 | 0.83 | 0.41 | 0.57 | 330 | 0.7 | 0.25 |
| Hex | 6D | 13 | 40 | 0 | 53 | 29 | 39 | 14A | 46 | 19 |
| Octal | 155 | 23 | 100 | 0 | 123 | 51 | 71 | 512 | 106 | 31 |
| Binary | 1101101 | 10011 | 1000000 | 0 | 1010011 | 101001 | 111001 | 101001010 | 1000110 | 11001 |
Color Harmonies of #6D1340
Complementary color
Monochromatic Colors of #6D1340
Black with #6D1340
Text Example
Text Example
White with #6D1340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1340; }
p { color: rgb(109,19,64); }
H1.HeaderClassName
{
color: #6D1340;
}
.AnyTagClassName
{
color: #6D1340;
}
</style>
background-color css
<style>
a { background-color: #6D1340; }
a { background-color: rgb(109,19,64); }
div.DivClassName
{
background-color: #6D1340;
}
.BgClassName
{
background-color: #6D1340;
}
</style>
border-color css
<style>
span { border-color: #6D1340; }
span { border-color: rgb(109,19,64); }
td.TdClassName
{
border-color: #6D1340;
}
.TagClassName
{
border-color: #6D1340;
}
</style>