Shades of Pompadour #6D103D
Tints of Pompadour #6D103D
RGB
CMYK
RGB Variations
Color information
#6D103D (or 0x6D103D) is known color: Pompadour. HEX triplet: 6D, 10 and 3D. RGB value is (109,16,61). Sum of RGB (Red+Green+Blue) = 109+16+61=186 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.60% from 186); Green value is 16 (6.64% from 255 or 8.60% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 109 - color contains mainly: red. Hex color #6D103D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D103D is #92EFC2. Grayscale: #303030. Windows color (decimal): -9629635 or 4001901. OLE color: 4001901.
HSL color Cylindrical-coordinate representation of color #6D103D: hue angle of 330.97º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D103D is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 16 | 61 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.57 |
| HSL | 330.97º | 0.74% | 0.25% | - |
| HSV(B) | 330.97º | 0.85% | 0.43% | - |
| XYZ | 7.33 | 3.96 | 4.79 | - |
| YUV | 48.94 | 134.81 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 61 | 0 | 0.85 | 0.44 | 0.57 | 330.97 | 0.74 | 0.25 |
| Hex | 6D | 10 | 3D | 0 | 55 | 2C | 39 | 14B | 4A | 19 |
| Octal | 155 | 20 | 75 | 0 | 125 | 54 | 71 | 513 | 112 | 31 |
| Binary | 1101101 | 10000 | 111101 | 0 | 1010101 | 101100 | 111001 | 101001011 | 1001010 | 11001 |
Color Harmonies of #6D103D
Complementary color
Monochromatic Colors of #6D103D
Black with #6D103D
Text Example
Text Example
White with #6D103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D103D; }
p { color: rgb(109,16,61); }
H1.HeaderClassName
{
color: #6D103D;
}
.AnyTagClassName
{
color: #6D103D;
}
</style>
background-color css
<style>
a { background-color: #6D103D; }
a { background-color: rgb(109,16,61); }
div.DivClassName
{
background-color: #6D103D;
}
.BgClassName
{
background-color: #6D103D;
}
</style>
border-color css
<style>
span { border-color: #6D103D; }
span { border-color: rgb(109,16,61); }
td.TdClassName
{
border-color: #6D103D;
}
.TagClassName
{
border-color: #6D103D;
}
</style>