Shades of Pompadour #6B193D
Tints of Pompadour #6B193D
RGB
CMYK
RGB Variations
Color information
#6B193D (or 0x6B193D) is known color: Pompadour. HEX triplet: 6B, 19 and 3D. RGB value is (107,25,61). Sum of RGB (Red+Green+Blue) = 107+25+61=193 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.44% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 107 - color contains mainly: red. Hex color #6B193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B193D is #94E6C2. Grayscale: #353535. Windows color (decimal): -9758403 or 4004203. OLE color: 4004203.
HSL color Cylindrical-coordinate representation of color #6B193D: hue angle of 333.66º 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 #6B193D is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 25 | 61 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.58 |
| HSL | 333.66º | 0.62% | 0.26% | - |
| HSV(B) | 333.66º | 0.77% | 0.42% | - |
| XYZ | 7.25 | 4.16 | 4.84 | - |
| YUV | 53.62 | 132.17 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 25 | 61 | 0 | 0.77 | 0.43 | 0.58 | 333.66 | 0.62 | 0.26 |
| Hex | 6B | 19 | 3D | 0 | 4D | 2B | 3A | 14E | 3E | 1A |
| Octal | 153 | 31 | 75 | 0 | 115 | 53 | 72 | 516 | 76 | 32 |
| Binary | 1101011 | 11001 | 111101 | 0 | 1001101 | 101011 | 111010 | 101001110 | 111110 | 11010 |
Color Harmonies of #6B193D
Complementary color
Monochromatic Colors of #6B193D
Black with #6B193D
Text Example
Text Example
White with #6B193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B193D; }
p { color: rgb(107,25,61); }
H1.HeaderClassName
{
color: #6B193D;
}
.AnyTagClassName
{
color: #6B193D;
}
</style>
background-color css
<style>
a { background-color: #6B193D; }
a { background-color: rgb(107,25,61); }
div.DivClassName
{
background-color: #6B193D;
}
.BgClassName
{
background-color: #6B193D;
}
</style>
border-color css
<style>
span { border-color: #6B193D; }
span { border-color: rgb(107,25,61); }
td.TdClassName
{
border-color: #6B193D;
}
.TagClassName
{
border-color: #6B193D;
}
</style>