Shades of Pompadour #6F1B3E
Tints of Pompadour #6F1B3E
RGB
CMYK
RGB Variations
Color information
#6F1B3E (or 0x6F1B3E) is known color: Pompadour. HEX triplet: 6F, 1B and 3E. RGB value is (111,27,62). Sum of RGB (Red+Green+Blue) = 111+27+62=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 62 (24.61% from 255 or 31% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F1B3E is #90E4C1. Grayscale: #383838. Windows color (decimal): -9495746 or 4070255. OLE color: 4070255.
HSL color Cylindrical-coordinate representation of color #6F1B3E: hue angle of 335º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F1B3E is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 27 | 62 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.56 |
| HSL | 335º | 0.61% | 0.27% | - |
| HSV(B) | 335º | 0.76% | 0.44% | - |
| XYZ | 7.82 | 4.51 | 5.02 | - |
| YUV | 56.11 | 131.33 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 27 | 62 | 0 | 0.76 | 0.44 | 0.56 | 335 | 0.61 | 0.27 |
| Hex | 6F | 1B | 3E | 0 | 4C | 2C | 38 | 14F | 3D | 1B |
| Octal | 157 | 33 | 76 | 0 | 114 | 54 | 70 | 517 | 75 | 33 |
| Binary | 1101111 | 11011 | 111110 | 0 | 1001100 | 101100 | 111000 | 101001111 | 111101 | 11011 |
Color Harmonies of #6F1B3E
Complementary color
Monochromatic Colors of #6F1B3E
Black with #6F1B3E
Text Example
Text Example
White with #6F1B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F1B3E; }
p { color: rgb(111,27,62); }
H1.HeaderClassName
{
color: #6F1B3E;
}
.AnyTagClassName
{
color: #6F1B3E;
}
</style>
background-color css
<style>
a { background-color: #6F1B3E; }
a { background-color: rgb(111,27,62); }
div.DivClassName
{
background-color: #6F1B3E;
}
.BgClassName
{
background-color: #6F1B3E;
}
</style>
border-color css
<style>
span { border-color: #6F1B3E; }
span { border-color: rgb(111,27,62); }
td.TdClassName
{
border-color: #6F1B3E;
}
.TagClassName
{
border-color: #6F1B3E;
}
</style>