Shades of Pompadour #6F1350
Tints of Pompadour #6F1350
RGB
CMYK
RGB Variations
Color information
#6F1350 (or 0x6F1350) is known color: Pompadour. HEX triplet: 6F, 13 and 50. RGB value is (111,19,80). Sum of RGB (Red+Green+Blue) = 111+19+80=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1350 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F1350 is #90ECAF. Grayscale: #353535. Windows color (decimal): -9497776 or 5247855. OLE color: 5247855.
HSL color Cylindrical-coordinate representation of color #6F1350: hue angle of 320.22º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6F1350 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 19 | 80 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.56 |
| HSL | 320.22º | 0.71% | 0.25% | - |
| HSV(B) | 320.22º | 0.83% | 0.44% | - |
| XYZ | 8.24 | 4.42 | 8.01 | - |
| YUV | 53.46 | 142.98 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 19 | 80 | 0 | 0.83 | 0.28 | 0.56 | 320.22 | 0.71 | 0.25 |
| Hex | 6F | 13 | 50 | 0 | 53 | 1C | 38 | 140 | 47 | 19 |
| Octal | 157 | 23 | 120 | 0 | 123 | 34 | 70 | 500 | 107 | 31 |
| Binary | 1101111 | 10011 | 1010000 | 0 | 1010011 | 11100 | 111000 | 101000000 | 1000111 | 11001 |
Color Harmonies of #6F1350
Complementary color
Monochromatic Colors of #6F1350
Black with #6F1350
Text Example
Text Example
White with #6F1350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1350; }
p { color: rgb(111,19,80); }
H1.HeaderClassName
{
color: #6F1350;
}
.AnyTagClassName
{
color: #6F1350;
}
</style>
background-color css
<style>
a { background-color: #6F1350; }
a { background-color: rgb(111,19,80); }
div.DivClassName
{
background-color: #6F1350;
}
.BgClassName
{
background-color: #6F1350;
}
</style>
border-color css
<style>
span { border-color: #6F1350; }
span { border-color: rgb(111,19,80); }
td.TdClassName
{
border-color: #6F1350;
}
.TagClassName
{
border-color: #6F1350;
}
</style>