Shades of Pompadour #69193D
Tints of Pompadour #69193D
RGB
CMYK
RGB Variations
Color information
#69193D (or 0x69193D) is known color: Pompadour. HEX triplet: 69, 19 and 3D. RGB value is (105,25,61). Sum of RGB (Red+Green+Blue) = 105+25+61=191 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.97% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 105 - color contains mainly: red. Hex color #69193D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69193D is #96E6C2. Grayscale: #343434. Windows color (decimal): -9889475 or 4004201. OLE color: 4004201.
HSL color Cylindrical-coordinate representation of color #69193D: hue angle of 333º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69193D is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 25 | 61 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.59 |
| HSL | 333º | 0.62% | 0.25% | - |
| HSV(B) | 333º | 0.76% | 0.41% | - |
| XYZ | 7.02 | 4.04 | 4.82 | - |
| YUV | 53.02 | 132.5 | 165.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 61 | 0 | 0.76 | 0.42 | 0.59 | 333 | 0.62 | 0.25 |
| Hex | 69 | 19 | 3D | 0 | 4C | 2A | 3B | 14D | 3E | 19 |
| Octal | 151 | 31 | 75 | 0 | 114 | 52 | 73 | 515 | 76 | 31 |
| Binary | 1101001 | 11001 | 111101 | 0 | 1001100 | 101010 | 111011 | 101001101 | 111110 | 11001 |
Color Harmonies of #69193D
Complementary color
Monochromatic Colors of #69193D
Black with #69193D
Text Example
Text Example
White with #69193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69193D; }
p { color: rgb(105,25,61); }
H1.HeaderClassName
{
color: #69193D;
}
.AnyTagClassName
{
color: #69193D;
}
</style>
background-color css
<style>
a { background-color: #69193D; }
a { background-color: rgb(105,25,61); }
div.DivClassName
{
background-color: #69193D;
}
.BgClassName
{
background-color: #69193D;
}
</style>
border-color css
<style>
span { border-color: #69193D; }
span { border-color: rgb(105,25,61); }
td.TdClassName
{
border-color: #69193D;
}
.TagClassName
{
border-color: #69193D;
}
</style>