Shades of Pompadour #6F234D
Tints of Pompadour #6F234D
RGB
CMYK
RGB Variations
Color information
#6F234D (or 0x6F234D) is known color: Pompadour. HEX triplet: 6F, 23 and 4D. RGB value is (111,35,77). Sum of RGB (Red+Green+Blue) = 111+35+77=223 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.78% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 111 - color contains mainly: red. Hex color #6F234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F234D is #90DCB2. Grayscale: #3E3E3E. Windows color (decimal): -9493683 or 5055343. OLE color: 5055343.
HSL color Cylindrical-coordinate representation of color #6F234D: hue angle of 326.84º degrees, saturation: 0.52, 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 #6F234D is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 77 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.56 |
| HSL | 326.84º | 0.52% | 0.29% | - |
| HSV(B) | 326.84º | 0.68% | 0.44% | - |
| XYZ | 8.5 | 5.12 | 7.56 | - |
| YUV | 62.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 77 | 0 | 0.68 | 0.31 | 0.56 | 326.84 | 0.52 | 0.29 |
| Hex | 6F | 23 | 4D | 0 | 44 | 1F | 38 | 147 | 34 | 1D |
| Octal | 157 | 43 | 115 | 0 | 104 | 37 | 70 | 507 | 64 | 35 |
| Binary | 1101111 | 100011 | 1001101 | 0 | 1000100 | 11111 | 111000 | 101000111 | 110100 | 11101 |
Color Harmonies of #6F234D
Complementary color
Monochromatic Colors of #6F234D
Black with #6F234D
Text Example
Text Example
White with #6F234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F234D; }
p { color: rgb(111,35,77); }
H1.HeaderClassName
{
color: #6F234D;
}
.AnyTagClassName
{
color: #6F234D;
}
</style>
background-color css
<style>
a { background-color: #6F234D; }
a { background-color: rgb(111,35,77); }
div.DivClassName
{
background-color: #6F234D;
}
.BgClassName
{
background-color: #6F234D;
}
</style>
border-color css
<style>
span { border-color: #6F234D; }
span { border-color: rgb(111,35,77); }
td.TdClassName
{
border-color: #6F234D;
}
.TagClassName
{
border-color: #6F234D;
}
</style>