Shades of Pompadour #6F1A40
Tints of Pompadour #6F1A40
RGB
CMYK
RGB Variations
Color information
#6F1A40 (or 0x6F1A40) is known color: Pompadour. HEX triplet: 6F, 1A and 40. RGB value is (111,26,64). Sum of RGB (Red+Green+Blue) = 111+26+64=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 26 (10.55% from 255 or 12.94% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1A40 is #90E5BF. Grayscale: #373737. Windows color (decimal): -9496000 or 4201071. OLE color: 4201071.
HSL color Cylindrical-coordinate representation of color #6F1A40: hue angle of 333.18º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F1A40 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 26 | 64 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.56 |
| HSL | 333.18º | 0.62% | 0.27% | - |
| HSV(B) | 333.18º | 0.77% | 0.44% | - |
| XYZ | 7.85 | 4.49 | 5.3 | - |
| YUV | 55.75 | 132.66 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 26 | 64 | 0 | 0.77 | 0.42 | 0.56 | 333.18 | 0.62 | 0.27 |
| Hex | 6F | 1A | 40 | 0 | 4D | 2A | 38 | 14D | 3E | 1B |
| Octal | 157 | 32 | 100 | 0 | 115 | 52 | 70 | 515 | 76 | 33 |
| Binary | 1101111 | 11010 | 1000000 | 0 | 1001101 | 101010 | 111000 | 101001101 | 111110 | 11011 |
Color Harmonies of #6F1A40
Complementary color
Monochromatic Colors of #6F1A40
Black with #6F1A40
Text Example
Text Example
White with #6F1A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1A40; }
p { color: rgb(111,26,64); }
H1.HeaderClassName
{
color: #6F1A40;
}
.AnyTagClassName
{
color: #6F1A40;
}
</style>
background-color css
<style>
a { background-color: #6F1A40; }
a { background-color: rgb(111,26,64); }
div.DivClassName
{
background-color: #6F1A40;
}
.BgClassName
{
background-color: #6F1A40;
}
</style>
border-color css
<style>
span { border-color: #6F1A40; }
span { border-color: rgb(111,26,64); }
td.TdClassName
{
border-color: #6F1A40;
}
.TagClassName
{
border-color: #6F1A40;
}
</style>