Shades of Pompadour #69194D
Tints of Pompadour #69194D
RGB
CMYK
RGB Variations
Color information
#69194D (or 0x69194D) is known color: Pompadour. HEX triplet: 69, 19 and 4D. RGB value is (105,25,77). Sum of RGB (Red+Green+Blue) = 105+25+77=207 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.72% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 105 - color contains mainly: red. Hex color #69194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69194D is #96E6B2. Grayscale: #363636. Windows color (decimal): -9889459 or 5052777. OLE color: 5052777.
HSL color Cylindrical-coordinate representation of color #69194D: hue angle of 321º 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 #69194D is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 25 | 77 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.59 |
| HSL | 321º | 0.62% | 0.25% | - |
| HSV(B) | 321º | 0.76% | 0.41% | - |
| XYZ | 7.51 | 4.23 | 7.44 | - |
| YUV | 54.85 | 140.5 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 77 | 0 | 0.76 | 0.27 | 0.59 | 321 | 0.62 | 0.25 |
| Hex | 69 | 19 | 4D | 0 | 4C | 1B | 3B | 141 | 3E | 19 |
| Octal | 151 | 31 | 115 | 0 | 114 | 33 | 73 | 501 | 76 | 31 |
| Binary | 1101001 | 11001 | 1001101 | 0 | 1001100 | 11011 | 111011 | 101000001 | 111110 | 11001 |
Color Harmonies of #69194D
Complementary color
Monochromatic Colors of #69194D
Black with #69194D
Text Example
Text Example
White with #69194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69194D; }
p { color: rgb(105,25,77); }
H1.HeaderClassName
{
color: #69194D;
}
.AnyTagClassName
{
color: #69194D;
}
</style>
background-color css
<style>
a { background-color: #69194D; }
a { background-color: rgb(105,25,77); }
div.DivClassName
{
background-color: #69194D;
}
.BgClassName
{
background-color: #69194D;
}
</style>
border-color css
<style>
span { border-color: #69194D; }
span { border-color: rgb(105,25,77); }
td.TdClassName
{
border-color: #69194D;
}
.TagClassName
{
border-color: #69194D;
}
</style>