Shades of Pompadour #6D133C
Tints of Pompadour #6D133C
RGB
CMYK
RGB Variations
Color information
#6D133C (or 0x6D133C) is known color: Pompadour. HEX triplet: 6D, 13 and 3C. RGB value is (109,19,60). Sum of RGB (Red+Green+Blue) = 109+19+60=188 (24% of max value = 765). Red value is 109 (42.97% from 255 or 57.98% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 60 (23.83% from 255 or 31.91% from 188); Max value from RGB is 109 - color contains mainly: red. Hex color #6D133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D133C is #92ECC3. Grayscale: #323232. Windows color (decimal): -9628868 or 3937133. OLE color: 3937133.
HSL color Cylindrical-coordinate representation of color #6D133C: hue angle of 332.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 #6D133C is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 60 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.57 |
| HSL | 332.67º | 0.7% | 0.25% | - |
| HSV(B) | 332.67º | 0.83% | 0.43% | - |
| XYZ | 7.36 | 4.04 | 4.67 | - |
| YUV | 50.58 | 133.32 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 60 | 0 | 0.83 | 0.45 | 0.57 | 332.67 | 0.7 | 0.25 |
| Hex | 6D | 13 | 3C | 0 | 53 | 2D | 39 | 14D | 46 | 19 |
| Octal | 155 | 23 | 74 | 0 | 123 | 55 | 71 | 515 | 106 | 31 |
| Binary | 1101101 | 10011 | 111100 | 0 | 1010011 | 101101 | 111001 | 101001101 | 1000110 | 11001 |
Color Harmonies of #6D133C
Complementary color
Monochromatic Colors of #6D133C
Black with #6D133C
Text Example
Text Example
White with #6D133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D133C; }
p { color: rgb(109,19,60); }
H1.HeaderClassName
{
color: #6D133C;
}
.AnyTagClassName
{
color: #6D133C;
}
</style>
background-color css
<style>
a { background-color: #6D133C; }
a { background-color: rgb(109,19,60); }
div.DivClassName
{
background-color: #6D133C;
}
.BgClassName
{
background-color: #6D133C;
}
</style>
border-color css
<style>
span { border-color: #6D133C; }
span { border-color: rgb(109,19,60); }
td.TdClassName
{
border-color: #6D133C;
}
.TagClassName
{
border-color: #6D133C;
}
</style>