Shades of Pompadour #6F124B
Tints of Pompadour #6F124B
RGB
CMYK
RGB Variations
Color information
#6F124B (or 0x6F124B) is known color: Pompadour. HEX triplet: 6F, 12 and 4B. RGB value is (111,18,75). Sum of RGB (Red+Green+Blue) = 111+18+75=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F124B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F124B is #90EDB4. Grayscale: #343434. Windows color (decimal): -9498037 or 4919919. OLE color: 4919919.
HSL color Cylindrical-coordinate representation of color #6F124B: hue angle of 323.23º 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 #6F124B is Cyan = 0, Magento = 0.84, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 18 | 75 | - |
| CMYK | 0 | 0.84 | 0.32 | 0.56 |
| HSL | 323.23º | 0.72% | 0.25% | - |
| HSV(B) | 323.23º | 0.84% | 0.44% | - |
| XYZ | 8.04 | 4.32 | 7.07 | - |
| YUV | 52.31 | 140.81 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 18 | 75 | 0 | 0.84 | 0.32 | 0.56 | 323.23 | 0.72 | 0.25 |
| Hex | 6F | 12 | 4B | 0 | 54 | 20 | 38 | 143 | 48 | 19 |
| Octal | 157 | 22 | 113 | 0 | 124 | 40 | 70 | 503 | 110 | 31 |
| Binary | 1101111 | 10010 | 1001011 | 0 | 1010100 | 100000 | 111000 | 101000011 | 1001000 | 11001 |
Color Harmonies of #6F124B
Complementary color
Monochromatic Colors of #6F124B
Black with #6F124B
Text Example
Text Example
White with #6F124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F124B; }
p { color: rgb(111,18,75); }
H1.HeaderClassName
{
color: #6F124B;
}
.AnyTagClassName
{
color: #6F124B;
}
</style>
background-color css
<style>
a { background-color: #6F124B; }
a { background-color: rgb(111,18,75); }
div.DivClassName
{
background-color: #6F124B;
}
.BgClassName
{
background-color: #6F124B;
}
</style>
border-color css
<style>
span { border-color: #6F124B; }
span { border-color: rgb(111,18,75); }
td.TdClassName
{
border-color: #6F124B;
}
.TagClassName
{
border-color: #6F124B;
}
</style>