Shades of Pompadour #6F2340
Tints of Pompadour #6F2340
RGB
CMYK
RGB Variations
Color information
#6F2340 (or 0x6F2340) is known color: Pompadour. HEX triplet: 6F, 23 and 40. RGB value is (111,35,64). Sum of RGB (Red+Green+Blue) = 111+35+64=210 (27% of max value = 765). Red value is 111 (43.75% from 255 or 52.86% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 111 - color contains mainly: red. Hex color #6F2340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F2340 is #90DCBF. Grayscale: #3C3C3C. Windows color (decimal): -9493696 or 4203375. OLE color: 4203375.
HSL color Cylindrical-coordinate representation of color #6F2340: hue angle of 337.11º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2340 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 35 | 64 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.56 |
| HSL | 337.11º | 0.52% | 0.29% | - |
| HSV(B) | 337.11º | 0.68% | 0.44% | - |
| XYZ | 8.08 | 4.95 | 5.38 | - |
| YUV | 61.03 | 129.68 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 35 | 64 | 0 | 0.68 | 0.42 | 0.56 | 337.11 | 0.52 | 0.29 |
| Hex | 6F | 23 | 40 | 0 | 44 | 2A | 38 | 151 | 34 | 1D |
| Octal | 157 | 43 | 100 | 0 | 104 | 52 | 70 | 521 | 64 | 35 |
| Binary | 1101111 | 100011 | 1000000 | 0 | 1000100 | 101010 | 111000 | 101010001 | 110100 | 11101 |
Color Harmonies of #6F2340
Complementary color
Monochromatic Colors of #6F2340
Black with #6F2340
Text Example
Text Example
White with #6F2340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2340; }
p { color: rgb(111,35,64); }
H1.HeaderClassName
{
color: #6F2340;
}
.AnyTagClassName
{
color: #6F2340;
}
</style>
background-color css
<style>
a { background-color: #6F2340; }
a { background-color: rgb(111,35,64); }
div.DivClassName
{
background-color: #6F2340;
}
.BgClassName
{
background-color: #6F2340;
}
</style>
border-color css
<style>
span { border-color: #6F2340; }
span { border-color: rgb(111,35,64); }
td.TdClassName
{
border-color: #6F2340;
}
.TagClassName
{
border-color: #6F2340;
}
</style>