Shades of Pompadour #6F1C4B
Tints of Pompadour #6F1C4B
RGB
CMYK
RGB Variations
Color information
#6F1C4B (or 0x6F1C4B) is known color: Pompadour. HEX triplet: 6F, 1C and 4B. RGB value is (111,28,75). Sum of RGB (Red+Green+Blue) = 111+28+75=214 (28% of max value = 765). Red value is 111 (43.75% from 255 or 51.87% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1C4B is #90E3B4. Grayscale: #3A3A3A. Windows color (decimal): -9495477 or 4922479. OLE color: 4922479.
HSL color Cylindrical-coordinate representation of color #6F1C4B: hue angle of 326.02º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F1C4B is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 28 | 75 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.56 |
| HSL | 326.02º | 0.6% | 0.27% | - |
| HSV(B) | 326.02º | 0.75% | 0.44% | - |
| XYZ | 8.24 | 4.72 | 7.13 | - |
| YUV | 58.18 | 137.5 | 165.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 28 | 75 | 0 | 0.75 | 0.32 | 0.56 | 326.02 | 0.6 | 0.27 |
| Hex | 6F | 1C | 4B | 0 | 4B | 20 | 38 | 146 | 3C | 1B |
| Octal | 157 | 34 | 113 | 0 | 113 | 40 | 70 | 506 | 74 | 33 |
| Binary | 1101111 | 11100 | 1001011 | 0 | 1001011 | 100000 | 111000 | 101000110 | 111100 | 11011 |
Color Harmonies of #6F1C4B
Complementary color
Monochromatic Colors of #6F1C4B
Black with #6F1C4B
Text Example
Text Example
White with #6F1C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1C4B; }
p { color: rgb(111,28,75); }
H1.HeaderClassName
{
color: #6F1C4B;
}
.AnyTagClassName
{
color: #6F1C4B;
}
</style>
background-color css
<style>
a { background-color: #6F1C4B; }
a { background-color: rgb(111,28,75); }
div.DivClassName
{
background-color: #6F1C4B;
}
.BgClassName
{
background-color: #6F1C4B;
}
</style>
border-color css
<style>
span { border-color: #6F1C4B; }
span { border-color: rgb(111,28,75); }
td.TdClassName
{
border-color: #6F1C4B;
}
.TagClassName
{
border-color: #6F1C4B;
}
</style>