Shades of Pompadour #6D133A
Tints of Pompadour #6D133A
RGB
CMYK
RGB Variations
Color information
#6D133A (or 0x6D133A) is known color: Pompadour. HEX triplet: 6D, 13 and 3A. RGB value is (109,19,58). Sum of RGB (Red+Green+Blue) = 109+19+58=186 (24% of max value = 765). Red value is 109 (42.97% from 255 or 58.60% from 186); Green value is 19 (7.81% from 255 or 10.22% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 109 - color contains mainly: red. Hex color #6D133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D133A is #92ECC5. Grayscale: #323232. Windows color (decimal): -9628870 or 3806061. OLE color: 3806061.
HSL color Cylindrical-coordinate representation of color #6D133A: hue angle of 334º 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 #6D133A is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 19 | 58 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.57 |
| HSL | 334º | 0.7% | 0.25% | - |
| HSV(B) | 334º | 0.83% | 0.43% | - |
| XYZ | 7.3 | 4.02 | 4.39 | - |
| YUV | 50.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 19 | 58 | 0 | 0.83 | 0.47 | 0.57 | 334 | 0.7 | 0.25 |
| Hex | 6D | 13 | 3A | 0 | 53 | 2F | 39 | 14E | 46 | 19 |
| Octal | 155 | 23 | 72 | 0 | 123 | 57 | 71 | 516 | 106 | 31 |
| Binary | 1101101 | 10011 | 111010 | 0 | 1010011 | 101111 | 111001 | 101001110 | 1000110 | 11001 |
Color Harmonies of #6D133A
Complementary color
Monochromatic Colors of #6D133A
Black with #6D133A
Text Example
Text Example
White with #6D133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D133A; }
p { color: rgb(109,19,58); }
H1.HeaderClassName
{
color: #6D133A;
}
.AnyTagClassName
{
color: #6D133A;
}
</style>
background-color css
<style>
a { background-color: #6D133A; }
a { background-color: rgb(109,19,58); }
div.DivClassName
{
background-color: #6D133A;
}
.BgClassName
{
background-color: #6D133A;
}
</style>
border-color css
<style>
span { border-color: #6D133A; }
span { border-color: rgb(109,19,58); }
td.TdClassName
{
border-color: #6D133A;
}
.TagClassName
{
border-color: #6D133A;
}
</style>