Shades of Pompadour #6D224F
Tints of Pompadour #6D224F
RGB
CMYK
RGB Variations
Color information
#6D224F (or 0x6D224F) is known color: Pompadour. HEX triplet: 6D, 22 and 4F. RGB value is (109,34,79). Sum of RGB (Red+Green+Blue) = 109+34+79=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D224F is #92DDB0. Grayscale: #3D3D3D. Windows color (decimal): -9625009 or 5186157. OLE color: 5186157.
HSL color Cylindrical-coordinate representation of color #6D224F: hue angle of 324º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D224F is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 34 | 79 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.57 |
| HSL | 324º | 0.52% | 0.28% | - |
| HSV(B) | 324º | 0.69% | 0.43% | - |
| XYZ | 8.29 | 4.96 | 7.92 | - |
| YUV | 61.56 | 137.85 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 34 | 79 | 0 | 0.69 | 0.28 | 0.57 | 324 | 0.52 | 0.28 |
| Hex | 6D | 22 | 4F | 0 | 45 | 1C | 39 | 144 | 34 | 1C |
| Octal | 155 | 42 | 117 | 0 | 105 | 34 | 71 | 504 | 64 | 34 |
| Binary | 1101101 | 100010 | 1001111 | 0 | 1000101 | 11100 | 111001 | 101000100 | 110100 | 11100 |
Color Harmonies of #6D224F
Complementary color
Monochromatic Colors of #6D224F
Black with #6D224F
Text Example
Text Example
White with #6D224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D224F; }
p { color: rgb(109,34,79); }
H1.HeaderClassName
{
color: #6D224F;
}
.AnyTagClassName
{
color: #6D224F;
}
</style>
background-color css
<style>
a { background-color: #6D224F; }
a { background-color: rgb(109,34,79); }
div.DivClassName
{
background-color: #6D224F;
}
.BgClassName
{
background-color: #6D224F;
}
</style>
border-color css
<style>
span { border-color: #6D224F; }
span { border-color: rgb(109,34,79); }
td.TdClassName
{
border-color: #6D224F;
}
.TagClassName
{
border-color: #6D224F;
}
</style>