Shades of Pompadour #6F193C
Tints of Pompadour #6F193C
RGB
CMYK
RGB Variations
Color information
#6F193C (or 0x6F193C) is known color: Pompadour. HEX triplet: 6F, 19 and 3C. RGB value is (111,25,60). Sum of RGB (Red+Green+Blue) = 111+25+60=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F193C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F193C is #90E6C3. Grayscale: #363636. Windows color (decimal): -9496260 or 3938671. OLE color: 3938671.
HSL color Cylindrical-coordinate representation of color #6F193C: hue angle of 335.58º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F193C is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 25 | 60 | - |
| CMYK | 0 | 0.77 | 0.46 | 0.56 |
| HSL | 335.58º | 0.63% | 0.27% | - |
| HSV(B) | 335.58º | 0.77% | 0.44% | - |
| XYZ | 7.72 | 4.4 | 4.72 | - |
| YUV | 54.7 | 130.99 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 25 | 60 | 0 | 0.77 | 0.46 | 0.56 | 335.58 | 0.63 | 0.27 |
| Hex | 6F | 19 | 3C | 0 | 4D | 2E | 38 | 150 | 3F | 1B |
| Octal | 157 | 31 | 74 | 0 | 115 | 56 | 70 | 520 | 77 | 33 |
| Binary | 1101111 | 11001 | 111100 | 0 | 1001101 | 101110 | 111000 | 101010000 | 111111 | 11011 |
Color Harmonies of #6F193C
Complementary color
Monochromatic Colors of #6F193C
Black with #6F193C
Text Example
Text Example
White with #6F193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F193C; }
p { color: rgb(111,25,60); }
H1.HeaderClassName
{
color: #6F193C;
}
.AnyTagClassName
{
color: #6F193C;
}
</style>
background-color css
<style>
a { background-color: #6F193C; }
a { background-color: rgb(111,25,60); }
div.DivClassName
{
background-color: #6F193C;
}
.BgClassName
{
background-color: #6F193C;
}
</style>
border-color css
<style>
span { border-color: #6F193C; }
span { border-color: rgb(111,25,60); }
td.TdClassName
{
border-color: #6F193C;
}
.TagClassName
{
border-color: #6F193C;
}
</style>