Shades of Pompadour #6B193C
Tints of Pompadour #6B193C
RGB
CMYK
RGB Variations
Color information
#6B193C (or 0x6B193C) is known color: Pompadour. HEX triplet: 6B, 19 and 3C. RGB value is (107,25,60). Sum of RGB (Red+Green+Blue) = 107+25+60=192 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.73% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 60 (23.83% from 255 or 31.25% from 192); Max value from RGB is 107 - color contains mainly: red. Hex color #6B193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B193C is #94E6C3. Grayscale: #353535. Windows color (decimal): -9758404 or 3938667. OLE color: 3938667.
HSL color Cylindrical-coordinate representation of color #6B193C: hue angle of 334.39º 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 #6B193C is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 25 | 60 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.58 |
| HSL | 334.39º | 0.62% | 0.26% | - |
| HSV(B) | 334.39º | 0.77% | 0.42% | - |
| XYZ | 7.23 | 4.15 | 4.69 | - |
| YUV | 53.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 60 | 0 | 0.77 | 0.44 | 0.58 | 334.39 | 0.62 | 0.26 |
| Hex | 6B | 19 | 3C | 0 | 4D | 2C | 3A | 14E | 3E | 1A |
| Octal | 153 | 31 | 74 | 0 | 115 | 54 | 72 | 516 | 76 | 32 |
| Binary | 1101011 | 11001 | 111100 | 0 | 1001101 | 101100 | 111010 | 101001110 | 111110 | 11010 |
Color Harmonies of #6B193C
Complementary color
Monochromatic Colors of #6B193C
Black with #6B193C
Text Example
Text Example
White with #6B193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B193C; }
p { color: rgb(107,25,60); }
H1.HeaderClassName
{
color: #6B193C;
}
.AnyTagClassName
{
color: #6B193C;
}
</style>
background-color css
<style>
a { background-color: #6B193C; }
a { background-color: rgb(107,25,60); }
div.DivClassName
{
background-color: #6B193C;
}
.BgClassName
{
background-color: #6B193C;
}
</style>
border-color css
<style>
span { border-color: #6B193C; }
span { border-color: rgb(107,25,60); }
td.TdClassName
{
border-color: #6B193C;
}
.TagClassName
{
border-color: #6B193C;
}
</style>