Shades of Pompadour #6D1743
Tints of Pompadour #6D1743
RGB
CMYK
RGB Variations
Color information
#6D1743 (or 0x6D1743) is known color: Pompadour. HEX triplet: 6D, 17 and 43. RGB value is (109,23,67). Sum of RGB (Red+Green+Blue) = 109+23+67=199 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.77% from 199); Green value is 23 (9.38% from 255 or 11.56% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1743 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D1743 is #92E8BC. Grayscale: #353535. Windows color (decimal): -9627837 or 4396909. OLE color: 4396909.
HSL color Cylindrical-coordinate representation of color #6D1743: hue angle of 329.3º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6D1743 is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 23 | 67 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.57 |
| HSL | 329.3º | 0.65% | 0.26% | - |
| HSV(B) | 329.3º | 0.79% | 0.43% | - |
| XYZ | 7.63 | 4.27 | 5.73 | - |
| YUV | 53.73 | 135.49 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 23 | 67 | 0 | 0.79 | 0.39 | 0.57 | 329.3 | 0.65 | 0.26 |
| Hex | 6D | 17 | 43 | 0 | 4F | 27 | 39 | 149 | 41 | 1A |
| Octal | 155 | 27 | 103 | 0 | 117 | 47 | 71 | 511 | 101 | 32 |
| Binary | 1101101 | 10111 | 1000011 | 0 | 1001111 | 100111 | 111001 | 101001001 | 1000001 | 11010 |
Color Harmonies of #6D1743
Complementary color
Monochromatic Colors of #6D1743
Black with #6D1743
Text Example
Text Example
White with #6D1743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1743; }
p { color: rgb(109,23,67); }
H1.HeaderClassName
{
color: #6D1743;
}
.AnyTagClassName
{
color: #6D1743;
}
</style>
background-color css
<style>
a { background-color: #6D1743; }
a { background-color: rgb(109,23,67); }
div.DivClassName
{
background-color: #6D1743;
}
.BgClassName
{
background-color: #6D1743;
}
</style>
border-color css
<style>
span { border-color: #6D1743; }
span { border-color: rgb(109,23,67); }
td.TdClassName
{
border-color: #6D1743;
}
.TagClassName
{
border-color: #6D1743;
}
</style>