Shades of Pompadour #6F2449
Tints of Pompadour #6F2449
RGB
CMYK
RGB Variations
Color information
#6F2449 (or 0x6F2449) is known color: Pompadour. HEX triplet: 6F, 24 and 49. RGB value is (111,36,73). Sum of RGB (Red+Green+Blue) = 111+36+73=220 (29% of max value = 765). Red value is 111 (43.75% from 255 or 50.45% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2449 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2449 is #90DBB6. Grayscale: #3E3E3E. Windows color (decimal): -9493431 or 4793455. OLE color: 4793455.
HSL color Cylindrical-coordinate representation of color #6F2449: hue angle of 330.4º 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 #6F2449 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 36 | 73 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.56 |
| HSL | 330.4º | 0.51% | 0.29% | - |
| HSV(B) | 330.4º | 0.68% | 0.44% | - |
| XYZ | 8.39 | 5.12 | 6.85 | - |
| YUV | 62.64 | 133.85 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 36 | 73 | 0 | 0.68 | 0.34 | 0.56 | 330.4 | 0.51 | 0.29 |
| Hex | 6F | 24 | 49 | 0 | 44 | 22 | 38 | 14A | 33 | 1D |
| Octal | 157 | 44 | 111 | 0 | 104 | 42 | 70 | 512 | 63 | 35 |
| Binary | 1101111 | 100100 | 1001001 | 0 | 1000100 | 100010 | 111000 | 101001010 | 110011 | 11101 |
Color Harmonies of #6F2449
Complementary color
Monochromatic Colors of #6F2449
Black with #6F2449
Text Example
Text Example
White with #6F2449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2449; }
p { color: rgb(111,36,73); }
H1.HeaderClassName
{
color: #6F2449;
}
.AnyTagClassName
{
color: #6F2449;
}
</style>
background-color css
<style>
a { background-color: #6F2449; }
a { background-color: rgb(111,36,73); }
div.DivClassName
{
background-color: #6F2449;
}
.BgClassName
{
background-color: #6F2449;
}
</style>
border-color css
<style>
span { border-color: #6F2449; }
span { border-color: rgb(111,36,73); }
td.TdClassName
{
border-color: #6F2449;
}
.TagClassName
{
border-color: #6F2449;
}
</style>