Shades of Pompadour #6F1E3E
Tints of Pompadour #6F1E3E
RGB
CMYK
RGB Variations
Color information
#6F1E3E (or 0x6F1E3E) is known color: Pompadour. HEX triplet: 6F, 1E and 3E. RGB value is (111,30,62). Sum of RGB (Red+Green+Blue) = 111+30+62=203 (26% of max value = 765). Red value is 111 (43.75% from 255 or 54.68% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1E3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1E3E is #90E1C1. Grayscale: #393939. Windows color (decimal): -9494978 or 4071023. OLE color: 4071023.
HSL color Cylindrical-coordinate representation of color #6F1E3E: hue angle of 336.3º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F1E3E is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 30 | 62 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.56 |
| HSL | 336.3º | 0.57% | 0.28% | - |
| HSV(B) | 336.3º | 0.73% | 0.44% | - |
| XYZ | 7.89 | 4.66 | 5.04 | - |
| YUV | 57.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 30 | 62 | 0 | 0.73 | 0.44 | 0.56 | 336.3 | 0.57 | 0.28 |
| Hex | 6F | 1E | 3E | 0 | 49 | 2C | 38 | 150 | 39 | 1C |
| Octal | 157 | 36 | 76 | 0 | 111 | 54 | 70 | 520 | 71 | 34 |
| Binary | 1101111 | 11110 | 111110 | 0 | 1001001 | 101100 | 111000 | 101010000 | 111001 | 11100 |
Color Harmonies of #6F1E3E
Complementary color
Monochromatic Colors of #6F1E3E
Black with #6F1E3E
Text Example
Text Example
White with #6F1E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1E3E; }
p { color: rgb(111,30,62); }
H1.HeaderClassName
{
color: #6F1E3E;
}
.AnyTagClassName
{
color: #6F1E3E;
}
</style>
background-color css
<style>
a { background-color: #6F1E3E; }
a { background-color: rgb(111,30,62); }
div.DivClassName
{
background-color: #6F1E3E;
}
.BgClassName
{
background-color: #6F1E3E;
}
</style>
border-color css
<style>
span { border-color: #6F1E3E; }
span { border-color: rgb(111,30,62); }
td.TdClassName
{
border-color: #6F1E3E;
}
.TagClassName
{
border-color: #6F1E3E;
}
</style>