Shades of Pompadour #6E193B
Tints of Pompadour #6E193B
RGB
CMYK
RGB Variations
Color information
#6E193B (or 0x6E193B) is known color: Pompadour. HEX triplet: 6E, 19 and 3B. RGB value is (110,25,59). Sum of RGB (Red+Green+Blue) = 110+25+59=194 (25% of max value = 765). Red value is 110 (43.36% from 255 or 56.70% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 110 - color contains mainly: red. Hex color #6E193B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E193B is #91E6C4. Grayscale: #363636. Windows color (decimal): -9561797 or 3873134. OLE color: 3873134.
HSL color Cylindrical-coordinate representation of color #6E193B: hue angle of 336º 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 #6E193B is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 25 | 59 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.57 |
| HSL | 336º | 0.63% | 0.26% | - |
| HSV(B) | 336º | 0.77% | 0.43% | - |
| XYZ | 7.57 | 4.33 | 4.57 | - |
| YUV | 54.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 25 | 59 | 0 | 0.77 | 0.46 | 0.57 | 336 | 0.63 | 0.26 |
| Hex | 6E | 19 | 3B | 0 | 4D | 2E | 39 | 150 | 3F | 1A |
| Octal | 156 | 31 | 73 | 0 | 115 | 56 | 71 | 520 | 77 | 32 |
| Binary | 1101110 | 11001 | 111011 | 0 | 1001101 | 101110 | 111001 | 101010000 | 111111 | 11010 |
Color Harmonies of #6E193B
Complementary color
Monochromatic Colors of #6E193B
Black with #6E193B
Text Example
Text Example
White with #6E193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E193B; }
p { color: rgb(110,25,59); }
H1.HeaderClassName
{
color: #6E193B;
}
.AnyTagClassName
{
color: #6E193B;
}
</style>
background-color css
<style>
a { background-color: #6E193B; }
a { background-color: rgb(110,25,59); }
div.DivClassName
{
background-color: #6E193B;
}
.BgClassName
{
background-color: #6E193B;
}
</style>
border-color css
<style>
span { border-color: #6E193B; }
span { border-color: rgb(110,25,59); }
td.TdClassName
{
border-color: #6E193B;
}
.TagClassName
{
border-color: #6E193B;
}
</style>