Shades of Pompadour #6F123D
Tints of Pompadour #6F123D
RGB
CMYK
RGB Variations
Color information
#6F123D (or 0x6F123D) is known color: Pompadour. HEX triplet: 6F, 12 and 3D. RGB value is (111,18,61). Sum of RGB (Red+Green+Blue) = 111+18+61=190 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.42% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 61 (24.22% from 255 or 32.11% from 190); Max value from RGB is 111 - color contains mainly: red. Hex color #6F123D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F123D is #90EDC2. Grayscale: #323232. Windows color (decimal): -9498051 or 4002415. OLE color: 4002415.
HSL color Cylindrical-coordinate representation of color #6F123D: hue angle of 332.26º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6F123D is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 61 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.56 |
| HSL | 332.26º | 0.72% | 0.25% | - |
| HSV(B) | 332.26º | 0.84% | 0.44% | - |
| XYZ | 7.61 | 4.15 | 4.81 | - |
| YUV | 50.71 | 133.81 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 61 | 0 | 0.84 | 0.45 | 0.56 | 332.26 | 0.72 | 0.25 |
| Hex | 6F | 12 | 3D | 0 | 54 | 2D | 38 | 14C | 48 | 19 |
| Octal | 157 | 22 | 75 | 0 | 124 | 55 | 70 | 514 | 110 | 31 |
| Binary | 1101111 | 10010 | 111101 | 0 | 1010100 | 101101 | 111000 | 101001100 | 1001000 | 11001 |
Color Harmonies of #6F123D
Complementary color
Monochromatic Colors of #6F123D
Black with #6F123D
Text Example
Text Example
White with #6F123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F123D; }
p { color: rgb(111,18,61); }
H1.HeaderClassName
{
color: #6F123D;
}
.AnyTagClassName
{
color: #6F123D;
}
</style>
background-color css
<style>
a { background-color: #6F123D; }
a { background-color: rgb(111,18,61); }
div.DivClassName
{
background-color: #6F123D;
}
.BgClassName
{
background-color: #6F123D;
}
</style>
border-color css
<style>
span { border-color: #6F123D; }
span { border-color: rgb(111,18,61); }
td.TdClassName
{
border-color: #6F123D;
}
.TagClassName
{
border-color: #6F123D;
}
</style>