Shades of Pompadour #6F2543
Tints of Pompadour #6F2543
RGB
CMYK
RGB Variations
Color information
#6F2543 (or 0x6F2543) is known color: Pompadour. HEX triplet: 6F, 25 and 43. RGB value is (111,37,67). Sum of RGB (Red+Green+Blue) = 111+37+67=215 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.63% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2543 is #90DABC. Grayscale: #3E3E3E. Windows color (decimal): -9493181 or 4400495. OLE color: 4400495.
HSL color Cylindrical-coordinate representation of color #6F2543: hue angle of 335.68º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F2543 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 37 | 67 | - |
| CMYK | 0 | 0.67 | 0.40 | 0.56 |
| HSL | 335.68º | 0.5% | 0.29% | - |
| HSV(B) | 335.68º | 0.67% | 0.44% | - |
| XYZ | 8.23 | 5.11 | 5.86 | - |
| YUV | 62.55 | 130.52 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 37 | 67 | 0 | 0.67 | 0.40 | 0.56 | 335.68 | 0.5 | 0.29 |
| Hex | 6F | 25 | 43 | 0 | 43 | 28 | 38 | 150 | 32 | 1D |
| Octal | 157 | 45 | 103 | 0 | 103 | 50 | 70 | 520 | 62 | 35 |
| Binary | 1101111 | 100101 | 1000011 | 0 | 1000011 | 101000 | 111000 | 101010000 | 110010 | 11101 |
Color Harmonies of #6F2543
Complementary color
Monochromatic Colors of #6F2543
Black with #6F2543
Text Example
Text Example
White with #6F2543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2543; }
p { color: rgb(111,37,67); }
H1.HeaderClassName
{
color: #6F2543;
}
.AnyTagClassName
{
color: #6F2543;
}
</style>
background-color css
<style>
a { background-color: #6F2543; }
a { background-color: rgb(111,37,67); }
div.DivClassName
{
background-color: #6F2543;
}
.BgClassName
{
background-color: #6F2543;
}
</style>
border-color css
<style>
span { border-color: #6F2543; }
span { border-color: rgb(111,37,67); }
td.TdClassName
{
border-color: #6F2543;
}
.TagClassName
{
border-color: #6F2543;
}
</style>