Shades of Pompadour #6F144A
Tints of Pompadour #6F144A
RGB
CMYK
RGB Variations
Color information
#6F144A (or 0x6F144A) is known color: Pompadour. HEX triplet: 6F, 14 and 4A. RGB value is (111,20,74). Sum of RGB (Red+Green+Blue) = 111+20+74=205 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.15% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 74 (29.30% from 255 or 36.10% from 205); Max value from RGB is 111 - color contains mainly: red. Hex color #6F144A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F144A is #90EBB5. Grayscale: #353535. Windows color (decimal): -9497526 or 4854895. OLE color: 4854895.
HSL color Cylindrical-coordinate representation of color #6F144A: hue angle of 324.4º 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 #6F144A is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 20 | 74 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.56 |
| HSL | 324.4º | 0.69% | 0.26% | - |
| HSV(B) | 324.4º | 0.82% | 0.44% | - |
| XYZ | 8.04 | 4.37 | 6.9 | - |
| YUV | 53.37 | 139.65 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 20 | 74 | 0 | 0.82 | 0.33 | 0.56 | 324.4 | 0.69 | 0.26 |
| Hex | 6F | 14 | 4A | 0 | 52 | 21 | 38 | 144 | 45 | 1A |
| Octal | 157 | 24 | 112 | 0 | 122 | 41 | 70 | 504 | 105 | 32 |
| Binary | 1101111 | 10100 | 1001010 | 0 | 1010010 | 100001 | 111000 | 101000100 | 1000101 | 11010 |
Color Harmonies of #6F144A
Complementary color
Monochromatic Colors of #6F144A
Black with #6F144A
Text Example
Text Example
White with #6F144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F144A; }
p { color: rgb(111,20,74); }
H1.HeaderClassName
{
color: #6F144A;
}
.AnyTagClassName
{
color: #6F144A;
}
</style>
background-color css
<style>
a { background-color: #6F144A; }
a { background-color: rgb(111,20,74); }
div.DivClassName
{
background-color: #6F144A;
}
.BgClassName
{
background-color: #6F144A;
}
</style>
border-color css
<style>
span { border-color: #6F144A; }
span { border-color: rgb(111,20,74); }
td.TdClassName
{
border-color: #6F144A;
}
.TagClassName
{
border-color: #6F144A;
}
</style>