Shades of Pompadour #6D1037
Tints of Pompadour #6D1037
RGB
CMYK
RGB Variations
Color information
#6D1037 (or 0x6D1037) is known color: Pompadour. HEX triplet: 6D, 10 and 37. RGB value is (109,16,55). Sum of RGB (Red+Green+Blue) = 109+16+55=180 (23% of max value = 765). Red value is 109 (42.97% from 255 or 60.56% from 180); Green value is 16 (6.64% from 255 or 8.89% from 180); Blue value is 55 (21.88% from 255 or 30.56% from 180); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1037 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1037 is #92EFC8. Grayscale: #303030. Windows color (decimal): -9629641 or 3608685. OLE color: 3608685.
HSL color Cylindrical-coordinate representation of color #6D1037: hue angle of 334.84º 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 #6D1037 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 16 | 55 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.57 |
| HSL | 334.84º | 0.74% | 0.25% | - |
| HSV(B) | 334.84º | 0.85% | 0.43% | - |
| XYZ | 7.18 | 3.9 | 3.99 | - |
| YUV | 48.25 | 131.81 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 16 | 55 | 0 | 0.85 | 0.50 | 0.57 | 334.84 | 0.74 | 0.25 |
| Hex | 6D | 10 | 37 | 0 | 55 | 32 | 39 | 14F | 4A | 19 |
| Octal | 155 | 20 | 67 | 0 | 125 | 62 | 71 | 517 | 112 | 31 |
| Binary | 1101101 | 10000 | 110111 | 0 | 1010101 | 110010 | 111001 | 101001111 | 1001010 | 11001 |
Color Harmonies of #6D1037
Complementary color
Monochromatic Colors of #6D1037
Black with #6D1037
Text Example
Text Example
White with #6D1037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1037; }
p { color: rgb(109,16,55); }
H1.HeaderClassName
{
color: #6D1037;
}
.AnyTagClassName
{
color: #6D1037;
}
</style>
background-color css
<style>
a { background-color: #6D1037; }
a { background-color: rgb(109,16,55); }
div.DivClassName
{
background-color: #6D1037;
}
.BgClassName
{
background-color: #6D1037;
}
</style>
border-color css
<style>
span { border-color: #6D1037; }
span { border-color: rgb(109,16,55); }
td.TdClassName
{
border-color: #6D1037;
}
.TagClassName
{
border-color: #6D1037;
}
</style>