Shades of Pompadour #6D1D43
Tints of Pompadour #6D1D43
RGB
CMYK
RGB Variations
Color information
#6D1D43 (or 0x6D1D43) is known color: Pompadour. HEX triplet: 6D, 1D and 43. RGB value is (109,29,67). Sum of RGB (Red+Green+Blue) = 109+29+67=205 (27% of max value = 765). Red value is 109 (42.97% from 255 or 53.17% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D1D43 is #92E2BC. Grayscale: #393939. Windows color (decimal): -9626301 or 4398445. OLE color: 4398445.
HSL color Cylindrical-coordinate representation of color #6D1D43: hue angle of 331.5º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D1D43 is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 29 | 67 | - |
| CMYK | 0 | 0.73 | 0.39 | 0.57 |
| HSL | 331.5º | 0.58% | 0.27% | - |
| HSV(B) | 331.5º | 0.73% | 0.43% | - |
| XYZ | 7.76 | 4.54 | 5.78 | - |
| YUV | 57.25 | 133.5 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 29 | 67 | 0 | 0.73 | 0.39 | 0.57 | 331.5 | 0.58 | 0.27 |
| Hex | 6D | 1D | 43 | 0 | 49 | 27 | 39 | 14C | 3A | 1B |
| Octal | 155 | 35 | 103 | 0 | 111 | 47 | 71 | 514 | 72 | 33 |
| Binary | 1101101 | 11101 | 1000011 | 0 | 1001001 | 100111 | 111001 | 101001100 | 111010 | 11011 |
Color Harmonies of #6D1D43
Complementary color
Monochromatic Colors of #6D1D43
Black with #6D1D43
Text Example
Text Example
White with #6D1D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D1D43; }
p { color: rgb(109,29,67); }
H1.HeaderClassName
{
color: #6D1D43;
}
.AnyTagClassName
{
color: #6D1D43;
}
</style>
background-color css
<style>
a { background-color: #6D1D43; }
a { background-color: rgb(109,29,67); }
div.DivClassName
{
background-color: #6D1D43;
}
.BgClassName
{
background-color: #6D1D43;
}
</style>
border-color css
<style>
span { border-color: #6D1D43; }
span { border-color: rgb(109,29,67); }
td.TdClassName
{
border-color: #6D1D43;
}
.TagClassName
{
border-color: #6D1D43;
}
</style>