Shades of Pompadour #6D193B
Tints of Pompadour #6D193B
RGB
CMYK
RGB Variations
Color information
#6D193B (or 0x6D193B) is known color: Pompadour. HEX triplet: 6D, 19 and 3B. RGB value is (109,25,59). Sum of RGB (Red+Green+Blue) = 109+25+59=193 (25% of max value = 765). Red value is 109 (42.97% from 255 or 56.48% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 59 (23.44% from 255 or 30.57% from 193); Max value from RGB is 109 - color contains mainly: red. Hex color #6D193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D193B is #92E6C4. Grayscale: #353535. Windows color (decimal): -9627333 or 3873133. OLE color: 3873133.
HSL color Cylindrical-coordinate representation of color #6D193B: hue angle of 335.71º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D193B is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 25 | 59 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.57 |
| HSL | 335.71º | 0.63% | 0.26% | - |
| HSV(B) | 335.71º | 0.77% | 0.43% | - |
| XYZ | 7.44 | 4.26 | 4.57 | - |
| YUV | 53.99 | 130.83 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 25 | 59 | 0 | 0.77 | 0.46 | 0.57 | 335.71 | 0.63 | 0.26 |
| Hex | 6D | 19 | 3B | 0 | 4D | 2E | 39 | 150 | 3F | 1A |
| Octal | 155 | 31 | 73 | 0 | 115 | 56 | 71 | 520 | 77 | 32 |
| Binary | 1101101 | 11001 | 111011 | 0 | 1001101 | 101110 | 111001 | 101010000 | 111111 | 11010 |
Color Harmonies of #6D193B
Complementary color
Monochromatic Colors of #6D193B
Black with #6D193B
Text Example
Text Example
White with #6D193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D193B; }
p { color: rgb(109,25,59); }
H1.HeaderClassName
{
color: #6D193B;
}
.AnyTagClassName
{
color: #6D193B;
}
</style>
background-color css
<style>
a { background-color: #6D193B; }
a { background-color: rgb(109,25,59); }
div.DivClassName
{
background-color: #6D193B;
}
.BgClassName
{
background-color: #6D193B;
}
</style>
border-color css
<style>
span { border-color: #6D193B; }
span { border-color: rgb(109,25,59); }
td.TdClassName
{
border-color: #6D193B;
}
.TagClassName
{
border-color: #6D193B;
}
</style>