Shades of Pompadour #6F244D
Tints of Pompadour #6F244D
RGB
CMYK
RGB Variations
Color information
#6F244D (or 0x6F244D) is known color: Pompadour. HEX triplet: 6F, 24 and 4D. RGB value is (111,36,77). Sum of RGB (Red+Green+Blue) = 111+36+77=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F244D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F244D is #90DBB2. Grayscale: #3F3F3F. Windows color (decimal): -9493427 or 5055599. OLE color: 5055599.
HSL color Cylindrical-coordinate representation of color #6F244D: hue angle of 327.2º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F244D is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 77 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.56 |
| HSL | 327.2º | 0.51% | 0.29% | - |
| HSV(B) | 327.2º | 0.68% | 0.44% | - |
| XYZ | 8.53 | 5.18 | 7.57 | - |
| YUV | 63.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 77 | 0 | 0.68 | 0.31 | 0.56 | 327.2 | 0.51 | 0.29 |
| Hex | 6F | 24 | 4D | 0 | 44 | 1F | 38 | 147 | 33 | 1D |
| Octal | 157 | 44 | 115 | 0 | 104 | 37 | 70 | 507 | 63 | 35 |
| Binary | 1101111 | 100100 | 1001101 | 0 | 1000100 | 11111 | 111000 | 101000111 | 110011 | 11101 |
Color Harmonies of #6F244D
Complementary color
Monochromatic Colors of #6F244D
Black with #6F244D
Text Example
Text Example
White with #6F244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F244D; }
p { color: rgb(111,36,77); }
H1.HeaderClassName
{
color: #6F244D;
}
.AnyTagClassName
{
color: #6F244D;
}
</style>
background-color css
<style>
a { background-color: #6F244D; }
a { background-color: rgb(111,36,77); }
div.DivClassName
{
background-color: #6F244D;
}
.BgClassName
{
background-color: #6F244D;
}
</style>
border-color css
<style>
span { border-color: #6F244D; }
span { border-color: rgb(111,36,77); }
td.TdClassName
{
border-color: #6F244D;
}
.TagClassName
{
border-color: #6F244D;
}
</style>