Shades of Pompadour #6B193A
Tints of Pompadour #6B193A
RGB
CMYK
RGB Variations
Color information
#6B193A (or 0x6B193A) is known color: Pompadour. HEX triplet: 6B, 19 and 3A. RGB value is (107,25,58). Sum of RGB (Red+Green+Blue) = 107+25+58=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B193A is #94E6C5. Grayscale: #353535. Windows color (decimal): -9758406 or 3807595. OLE color: 3807595.
HSL color Cylindrical-coordinate representation of color #6B193A: hue angle of 335.85º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6B193A is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 25 | 58 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.58 |
| HSL | 335.85º | 0.62% | 0.26% | - |
| HSV(B) | 335.85º | 0.77% | 0.42% | - |
| XYZ | 7.17 | 4.13 | 4.42 | - |
| YUV | 53.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 58 | 0 | 0.77 | 0.46 | 0.58 | 335.85 | 0.62 | 0.26 |
| Hex | 6B | 19 | 3A | 0 | 4D | 2E | 3A | 150 | 3E | 1A |
| Octal | 153 | 31 | 72 | 0 | 115 | 56 | 72 | 520 | 76 | 32 |
| Binary | 1101011 | 11001 | 111010 | 0 | 1001101 | 101110 | 111010 | 101010000 | 111110 | 11010 |
Color Harmonies of #6B193A
Complementary color
Monochromatic Colors of #6B193A
Black with #6B193A
Text Example
Text Example
White with #6B193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B193A; }
p { color: rgb(107,25,58); }
H1.HeaderClassName
{
color: #6B193A;
}
.AnyTagClassName
{
color: #6B193A;
}
</style>
background-color css
<style>
a { background-color: #6B193A; }
a { background-color: rgb(107,25,58); }
div.DivClassName
{
background-color: #6B193A;
}
.BgClassName
{
background-color: #6B193A;
}
</style>
border-color css
<style>
span { border-color: #6B193A; }
span { border-color: rgb(107,25,58); }
td.TdClassName
{
border-color: #6B193A;
}
.TagClassName
{
border-color: #6B193A;
}
</style>