Shades of Pompadour #6D1343
Tints of Pompadour #6D1343
RGB
CMYK
RGB Variations
Color information
#6D1343 (or 0x6D1343) is known color: Pompadour. HEX triplet: 6D, 13 and 43. RGB value is (109,19,67). Sum of RGB (Red+Green+Blue) = 109+19+67=195 (25% of max value = 765). Red value is 109 (42.97% from 255 or 55.90% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1343 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1343 is #92ECBC. Grayscale: #333333. Windows color (decimal): -9628861 or 4395885. OLE color: 4395885.
HSL color Cylindrical-coordinate representation of color #6D1343: hue angle of 328º 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 #6D1343 is Cyan = 0, Magento = 0.83, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 67 | - |
| CMYK | 0 | 0.83 | 0.39 | 0.57 |
| HSL | 328º | 0.7% | 0.25% | - |
| HSV(B) | 328º | 0.83% | 0.43% | - |
| XYZ | 7.55 | 4.12 | 5.71 | - |
| YUV | 51.38 | 136.82 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 67 | 0 | 0.83 | 0.39 | 0.57 | 328 | 0.7 | 0.25 |
| Hex | 6D | 13 | 43 | 0 | 53 | 27 | 39 | 148 | 46 | 19 |
| Octal | 155 | 23 | 103 | 0 | 123 | 47 | 71 | 510 | 106 | 31 |
| Binary | 1101101 | 10011 | 1000011 | 0 | 1010011 | 100111 | 111001 | 101001000 | 1000110 | 11001 |
Color Harmonies of #6D1343
Complementary color
Monochromatic Colors of #6D1343
Black with #6D1343
Text Example
Text Example
White with #6D1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1343; }
p { color: rgb(109,19,67); }
H1.HeaderClassName
{
color: #6D1343;
}
.AnyTagClassName
{
color: #6D1343;
}
</style>
background-color css
<style>
a { background-color: #6D1343; }
a { background-color: rgb(109,19,67); }
div.DivClassName
{
background-color: #6D1343;
}
.BgClassName
{
background-color: #6D1343;
}
</style>
border-color css
<style>
span { border-color: #6D1343; }
span { border-color: rgb(109,19,67); }
td.TdClassName
{
border-color: #6D1343;
}
.TagClassName
{
border-color: #6D1343;
}
</style>