Shades of Pompadour #6F2045
Tints of Pompadour #6F2045
RGB
CMYK
RGB Variations
Color information
#6F2045 (or 0x6F2045) is known color: Pompadour. HEX triplet: 6F, 20 and 45. RGB value is (111,32,69). Sum of RGB (Red+Green+Blue) = 111+32+69=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2045 is #90DFBA. Grayscale: #3B3B3B. Windows color (decimal): -9494459 or 4530287. OLE color: 4530287.
HSL color Cylindrical-coordinate representation of color #6F2045: hue angle of 331.9º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F2045 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 32 | 69 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.56 |
| HSL | 331.9º | 0.55% | 0.28% | - |
| HSV(B) | 331.9º | 0.71% | 0.44% | - |
| XYZ | 8.15 | 4.84 | 6.14 | - |
| YUV | 59.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 32 | 69 | 0 | 0.71 | 0.38 | 0.56 | 331.9 | 0.55 | 0.28 |
| Hex | 6F | 20 | 45 | 0 | 47 | 26 | 38 | 14C | 37 | 1C |
| Octal | 157 | 40 | 105 | 0 | 107 | 46 | 70 | 514 | 67 | 34 |
| Binary | 1101111 | 100000 | 1000101 | 0 | 1000111 | 100110 | 111000 | 101001100 | 110111 | 11100 |
Color Harmonies of #6F2045
Complementary color
Monochromatic Colors of #6F2045
Black with #6F2045
Text Example
Text Example
White with #6F2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2045; }
p { color: rgb(111,32,69); }
H1.HeaderClassName
{
color: #6F2045;
}
.AnyTagClassName
{
color: #6F2045;
}
</style>
background-color css
<style>
a { background-color: #6F2045; }
a { background-color: rgb(111,32,69); }
div.DivClassName
{
background-color: #6F2045;
}
.BgClassName
{
background-color: #6F2045;
}
</style>
border-color css
<style>
span { border-color: #6F2045; }
span { border-color: rgb(111,32,69); }
td.TdClassName
{
border-color: #6F2045;
}
.TagClassName
{
border-color: #6F2045;
}
</style>