Shades of Pompadour #6F1648
Tints of Pompadour #6F1648
RGB
CMYK
RGB Variations
Color information
#6F1648 (or 0x6F1648) is known color: Pompadour. HEX triplet: 6F, 16 and 48. RGB value is (111,22,72). Sum of RGB (Red+Green+Blue) = 111+22+72=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1648 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F1648 is #90E9B7. Grayscale: #363636. Windows color (decimal): -9497016 or 4724335. OLE color: 4724335.
HSL color Cylindrical-coordinate representation of color #6F1648: hue angle of 326.29º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F1648 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 22 | 72 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.56 |
| HSL | 326.29º | 0.67% | 0.26% | - |
| HSV(B) | 326.29º | 0.8% | 0.44% | - |
| XYZ | 8.01 | 4.42 | 6.56 | - |
| YUV | 54.31 | 137.99 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 22 | 72 | 0 | 0.80 | 0.35 | 0.56 | 326.29 | 0.67 | 0.26 |
| Hex | 6F | 16 | 48 | 0 | 50 | 23 | 38 | 146 | 43 | 1A |
| Octal | 157 | 26 | 110 | 0 | 120 | 43 | 70 | 506 | 103 | 32 |
| Binary | 1101111 | 10110 | 1001000 | 0 | 1010000 | 100011 | 111000 | 101000110 | 1000011 | 11010 |
Color Harmonies of #6F1648
Complementary color
Monochromatic Colors of #6F1648
Black with #6F1648
Text Example
Text Example
White with #6F1648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1648; }
p { color: rgb(111,22,72); }
H1.HeaderClassName
{
color: #6F1648;
}
.AnyTagClassName
{
color: #6F1648;
}
</style>
background-color css
<style>
a { background-color: #6F1648; }
a { background-color: rgb(111,22,72); }
div.DivClassName
{
background-color: #6F1648;
}
.BgClassName
{
background-color: #6F1648;
}
</style>
border-color css
<style>
span { border-color: #6F1648; }
span { border-color: rgb(111,22,72); }
td.TdClassName
{
border-color: #6F1648;
}
.TagClassName
{
border-color: #6F1648;
}
</style>