Shades of Pompadour #69194A
Tints of Pompadour #69194A
RGB
CMYK
RGB Variations
Color information
#69194A (or 0x69194A) is known color: Pompadour. HEX triplet: 69, 19 and 4A. RGB value is (105,25,74). Sum of RGB (Red+Green+Blue) = 105+25+74=204 (27% of max value = 765). Red value is 105 (41.41% from 255 or 51.47% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 105 - color contains mainly: red. Hex color #69194A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69194A is #96E6B5. Grayscale: #363636. Windows color (decimal): -9889462 or 4856169. OLE color: 4856169.
HSL color Cylindrical-coordinate representation of color #69194A: hue angle of 323.25º 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 #69194A is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 25 | 74 | - |
| CMYK | 0 | 0.76 | 0.30 | 0.59 |
| HSL | 323.25º | 0.62% | 0.25% | - |
| HSV(B) | 323.25º | 0.76% | 0.41% | - |
| XYZ | 7.41 | 4.19 | 6.9 | - |
| YUV | 54.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 25 | 74 | 0 | 0.76 | 0.30 | 0.59 | 323.25 | 0.62 | 0.25 |
| Hex | 69 | 19 | 4A | 0 | 4C | 1E | 3B | 143 | 3E | 19 |
| Octal | 151 | 31 | 112 | 0 | 114 | 36 | 73 | 503 | 76 | 31 |
| Binary | 1101001 | 11001 | 1001010 | 0 | 1001100 | 11110 | 111011 | 101000011 | 111110 | 11001 |
Color Harmonies of #69194A
Complementary color
Monochromatic Colors of #69194A
Black with #69194A
Text Example
Text Example
White with #69194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69194A; }
p { color: rgb(105,25,74); }
H1.HeaderClassName
{
color: #69194A;
}
.AnyTagClassName
{
color: #69194A;
}
</style>
background-color css
<style>
a { background-color: #69194A; }
a { background-color: rgb(105,25,74); }
div.DivClassName
{
background-color: #69194A;
}
.BgClassName
{
background-color: #69194A;
}
</style>
border-color css
<style>
span { border-color: #69194A; }
span { border-color: rgb(105,25,74); }
td.TdClassName
{
border-color: #69194A;
}
.TagClassName
{
border-color: #69194A;
}
</style>