Shades of Pompadour #6D244B
Tints of Pompadour #6D244B
RGB
CMYK
RGB Variations
Color information
#6D244B (or 0x6D244B) is known color: Pompadour. HEX triplet: 6D, 24 and 4B. RGB value is (109,36,75). Sum of RGB (Red+Green+Blue) = 109+36+75=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 75 (29.69% from 255 or 34.09% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D244B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D244B is #92DBB4. Grayscale: #3E3E3E. Windows color (decimal): -9624501 or 4924525. OLE color: 4924525.
HSL color Cylindrical-coordinate representation of color #6D244B: hue angle of 327.95º 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 #6D244B is Cyan = 0, Magento = 0.67, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 36 | 75 | - |
| CMYK | 0 | 0.67 | 0.31 | 0.57 |
| HSL | 327.95º | 0.5% | 0.28% | - |
| HSV(B) | 327.95º | 0.67% | 0.43% | - |
| XYZ | 8.21 | 5.02 | 7.19 | - |
| YUV | 62.27 | 135.18 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 36 | 75 | 0 | 0.67 | 0.31 | 0.57 | 327.95 | 0.5 | 0.28 |
| Hex | 6D | 24 | 4B | 0 | 43 | 1F | 39 | 148 | 32 | 1C |
| Octal | 155 | 44 | 113 | 0 | 103 | 37 | 71 | 510 | 62 | 34 |
| Binary | 1101101 | 100100 | 1001011 | 0 | 1000011 | 11111 | 111001 | 101001000 | 110010 | 11100 |
Color Harmonies of #6D244B
Complementary color
Monochromatic Colors of #6D244B
Black with #6D244B
Text Example
Text Example
White with #6D244B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D244B; }
p { color: rgb(109,36,75); }
H1.HeaderClassName
{
color: #6D244B;
}
.AnyTagClassName
{
color: #6D244B;
}
</style>
background-color css
<style>
a { background-color: #6D244B; }
a { background-color: rgb(109,36,75); }
div.DivClassName
{
background-color: #6D244B;
}
.BgClassName
{
background-color: #6D244B;
}
</style>
border-color css
<style>
span { border-color: #6D244B; }
span { border-color: rgb(109,36,75); }
td.TdClassName
{
border-color: #6D244B;
}
.TagClassName
{
border-color: #6D244B;
}
</style>