Shades of Pompadour #6D1344
Tints of Pompadour #6D1344
RGB
CMYK
RGB Variations
Color information
#6D1344 (or 0x6D1344) is known color: Pompadour. HEX triplet: 6D, 13 and 44. RGB value is (109,19,68). Sum of RGB (Red+Green+Blue) = 109+19+68=196 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.61% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 68 (26.95% from 255 or 34.69% from 196); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1344 is #92ECBB. Grayscale: #333333. Windows color (decimal): -9628860 or 4461421. OLE color: 4461421.
HSL color Cylindrical-coordinate representation of color #6D1344: hue angle of 327.33º 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 #6D1344 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 68 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.57 |
| HSL | 327.33º | 0.7% | 0.25% | - |
| HSV(B) | 327.33º | 0.83% | 0.43% | - |
| XYZ | 7.58 | 4.13 | 5.87 | - |
| YUV | 51.5 | 137.32 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 68 | 0 | 0.83 | 0.38 | 0.57 | 327.33 | 0.7 | 0.25 |
| Hex | 6D | 13 | 44 | 0 | 53 | 26 | 39 | 147 | 46 | 19 |
| Octal | 155 | 23 | 104 | 0 | 123 | 46 | 71 | 507 | 106 | 31 |
| Binary | 1101101 | 10011 | 1000100 | 0 | 1010011 | 100110 | 111001 | 101000111 | 1000110 | 11001 |
Color Harmonies of #6D1344
Complementary color
Monochromatic Colors of #6D1344
Black with #6D1344
Text Example
Text Example
White with #6D1344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1344; }
p { color: rgb(109,19,68); }
H1.HeaderClassName
{
color: #6D1344;
}
.AnyTagClassName
{
color: #6D1344;
}
</style>
background-color css
<style>
a { background-color: #6D1344; }
a { background-color: rgb(109,19,68); }
div.DivClassName
{
background-color: #6D1344;
}
.BgClassName
{
background-color: #6D1344;
}
</style>
border-color css
<style>
span { border-color: #6D1344; }
span { border-color: rgb(109,19,68); }
td.TdClassName
{
border-color: #6D1344;
}
.TagClassName
{
border-color: #6D1344;
}
</style>