Shades of Pompadour #6F143D
Tints of Pompadour #6F143D
RGB
CMYK
RGB Variations
Color information
#6F143D (or 0x6F143D) is known color: Pompadour. HEX triplet: 6F, 14 and 3D. RGB value is (111,20,61). Sum of RGB (Red+Green+Blue) = 111+20+61=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F143D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F143D is #90EBC2. Grayscale: #333333. Windows color (decimal): -9497539 or 4002927. OLE color: 4002927.
HSL color Cylindrical-coordinate representation of color #6F143D: hue angle of 332.97º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F143D is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 20 | 61 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.56 |
| HSL | 332.97º | 0.69% | 0.26% | - |
| HSV(B) | 332.97º | 0.82% | 0.44% | - |
| XYZ | 7.65 | 4.22 | 4.83 | - |
| YUV | 51.88 | 133.15 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 61 | 0 | 0.82 | 0.45 | 0.56 | 332.97 | 0.69 | 0.26 |
| Hex | 6F | 14 | 3D | 0 | 52 | 2D | 38 | 14D | 45 | 1A |
| Octal | 157 | 24 | 75 | 0 | 122 | 55 | 70 | 515 | 105 | 32 |
| Binary | 1101111 | 10100 | 111101 | 0 | 1010010 | 101101 | 111000 | 101001101 | 1000101 | 11010 |
Color Harmonies of #6F143D
Complementary color
Monochromatic Colors of #6F143D
Black with #6F143D
Text Example
Text Example
White with #6F143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F143D; }
p { color: rgb(111,20,61); }
H1.HeaderClassName
{
color: #6F143D;
}
.AnyTagClassName
{
color: #6F143D;
}
</style>
background-color css
<style>
a { background-color: #6F143D; }
a { background-color: rgb(111,20,61); }
div.DivClassName
{
background-color: #6F143D;
}
.BgClassName
{
background-color: #6F143D;
}
</style>
border-color css
<style>
span { border-color: #6F143D; }
span { border-color: rgb(111,20,61); }
td.TdClassName
{
border-color: #6F143D;
}
.TagClassName
{
border-color: #6F143D;
}
</style>