Shades of Pompadour #6F274F
Tints of Pompadour #6F274F
RGB
CMYK
RGB Variations
Color information
#6F274F (or 0x6F274F) is known color: Pompadour. HEX triplet: 6F, 27 and 4F. RGB value is (111,39,79). Sum of RGB (Red+Green+Blue) = 111+39+79=229 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.47% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 111 - color contains mainly: red. Hex color #6F274F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F274F is #90D8B0. Grayscale: #414141. Windows color (decimal): -9492657 or 5187439. OLE color: 5187439.
HSL color Cylindrical-coordinate representation of color #6F274F: hue angle of 326.67º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F274F is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 39 | 79 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.56 |
| HSL | 326.67º | 0.48% | 0.29% | - |
| HSV(B) | 326.67º | 0.65% | 0.44% | - |
| XYZ | 8.69 | 5.4 | 7.98 | - |
| YUV | 65.09 | 135.85 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 79 | 0 | 0.65 | 0.29 | 0.56 | 326.67 | 0.48 | 0.29 |
| Hex | 6F | 27 | 4F | 0 | 41 | 1D | 38 | 147 | 30 | 1D |
| Octal | 157 | 47 | 117 | 0 | 101 | 35 | 70 | 507 | 60 | 35 |
| Binary | 1101111 | 100111 | 1001111 | 0 | 1000001 | 11101 | 111000 | 101000111 | 110000 | 11101 |
Color Harmonies of #6F274F
Complementary color
Monochromatic Colors of #6F274F
Black with #6F274F
Text Example
Text Example
White with #6F274F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F274F; }
p { color: rgb(111,39,79); }
H1.HeaderClassName
{
color: #6F274F;
}
.AnyTagClassName
{
color: #6F274F;
}
</style>
background-color css
<style>
a { background-color: #6F274F; }
a { background-color: rgb(111,39,79); }
div.DivClassName
{
background-color: #6F274F;
}
.BgClassName
{
background-color: #6F274F;
}
</style>
border-color css
<style>
span { border-color: #6F274F; }
span { border-color: rgb(111,39,79); }
td.TdClassName
{
border-color: #6F274F;
}
.TagClassName
{
border-color: #6F274F;
}
</style>