Shades of Pompadour #6D133F
Tints of Pompadour #6D133F
RGB
CMYK
RGB Variations
Color information
#6D133F (or 0x6D133F) is known color: Pompadour. HEX triplet: 6D, 13 and 3F. RGB value is (109,19,63). Sum of RGB (Red+Green+Blue) = 109+19+63=191 (25% of max value = 765). Red value is 109 (42.97% from 255 or 57.07% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 109 - color contains mainly: red. Hex color #6D133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D133F is #92ECC0. Grayscale: #323232. Windows color (decimal): -9628865 or 4133741. OLE color: 4133741.
HSL color Cylindrical-coordinate representation of color #6D133F: hue angle of 330.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D133F is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 63 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.57 |
| HSL | 330.67º | 0.7% | 0.25% | - |
| HSV(B) | 330.67º | 0.83% | 0.43% | - |
| XYZ | 7.44 | 4.08 | 5.1 | - |
| YUV | 50.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 63 | 0 | 0.83 | 0.42 | 0.57 | 330.67 | 0.7 | 0.25 |
| Hex | 6D | 13 | 3F | 0 | 53 | 2A | 39 | 14B | 46 | 19 |
| Octal | 155 | 23 | 77 | 0 | 123 | 52 | 71 | 513 | 106 | 31 |
| Binary | 1101101 | 10011 | 111111 | 0 | 1010011 | 101010 | 111001 | 101001011 | 1000110 | 11001 |
Color Harmonies of #6D133F
Complementary color
Monochromatic Colors of #6D133F
Black with #6D133F
Text Example
Text Example
White with #6D133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D133F; }
p { color: rgb(109,19,63); }
H1.HeaderClassName
{
color: #6D133F;
}
.AnyTagClassName
{
color: #6D133F;
}
</style>
background-color css
<style>
a { background-color: #6D133F; }
a { background-color: rgb(109,19,63); }
div.DivClassName
{
background-color: #6D133F;
}
.BgClassName
{
background-color: #6D133F;
}
</style>
border-color css
<style>
span { border-color: #6D133F; }
span { border-color: rgb(109,19,63); }
td.TdClassName
{
border-color: #6D133F;
}
.TagClassName
{
border-color: #6D133F;
}
</style>