Shades of Pompadour #6D2450
Tints of Pompadour #6D2450
RGB
CMYK
RGB Variations
Color information
#6D2450 (or 0x6D2450) is known color: Pompadour. HEX triplet: 6D, 24 and 50. RGB value is (109,36,80). Sum of RGB (Red+Green+Blue) = 109+36+80=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 36 (14.45% from 255 or 16% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D2450 is #92DBAF. Grayscale: #3E3E3E. Windows color (decimal): -9624496 or 5252205. OLE color: 5252205.
HSL color Cylindrical-coordinate representation of color #6D2450: hue angle of 323.84º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6D2450 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 36 | 80 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.57 |
| HSL | 323.84º | 0.5% | 0.28% | - |
| HSV(B) | 323.84º | 0.67% | 0.43% | - |
| XYZ | 8.39 | 5.09 | 8.13 | - |
| YUV | 62.84 | 137.68 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 36 | 80 | 0 | 0.67 | 0.27 | 0.57 | 323.84 | 0.5 | 0.28 |
| Hex | 6D | 24 | 50 | 0 | 43 | 1B | 39 | 144 | 32 | 1C |
| Octal | 155 | 44 | 120 | 0 | 103 | 33 | 71 | 504 | 62 | 34 |
| Binary | 1101101 | 100100 | 1010000 | 0 | 1000011 | 11011 | 111001 | 101000100 | 110010 | 11100 |
Color Harmonies of #6D2450
Complementary color
Monochromatic Colors of #6D2450
Black with #6D2450
Text Example
Text Example
White with #6D2450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2450; }
p { color: rgb(109,36,80); }
H1.HeaderClassName
{
color: #6D2450;
}
.AnyTagClassName
{
color: #6D2450;
}
</style>
background-color css
<style>
a { background-color: #6D2450; }
a { background-color: rgb(109,36,80); }
div.DivClassName
{
background-color: #6D2450;
}
.BgClassName
{
background-color: #6D2450;
}
</style>
border-color css
<style>
span { border-color: #6D2450; }
span { border-color: rgb(109,36,80); }
td.TdClassName
{
border-color: #6D2450;
}
.TagClassName
{
border-color: #6D2450;
}
</style>