Shades of Pompadour #69104D
Tints of Pompadour #69104D
RGB
CMYK
RGB Variations
Color information
#69104D (or 0x69104D) is known color: Pompadour. HEX triplet: 69, 10 and 4D. RGB value is (105,16,77). Sum of RGB (Red+Green+Blue) = 105+16+77=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #69104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69104D is #96EFB2. Grayscale: #313131. Windows color (decimal): -9891763 or 5050473. OLE color: 5050473.
HSL color Cylindrical-coordinate representation of color #69104D: hue angle of 318.88º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69104D is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 16 | 77 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.59 |
| HSL | 318.88º | 0.74% | 0.24% | - |
| HSV(B) | 318.88º | 0.85% | 0.41% | - |
| XYZ | 7.35 | 3.91 | 7.39 | - |
| YUV | 49.57 | 143.49 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 16 | 77 | 0 | 0.85 | 0.27 | 0.59 | 318.88 | 0.74 | 0.24 |
| Hex | 69 | 10 | 4D | 0 | 55 | 1B | 3B | 13F | 4A | 18 |
| Octal | 151 | 20 | 115 | 0 | 125 | 33 | 73 | 477 | 112 | 30 |
| Binary | 1101001 | 10000 | 1001101 | 0 | 1010101 | 11011 | 111011 | 100111111 | 1001010 | 11000 |
Color Harmonies of #69104D
Complementary color
Monochromatic Colors of #69104D
Black with #69104D
Text Example
Text Example
White with #69104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69104D; }
p { color: rgb(105,16,77); }
H1.HeaderClassName
{
color: #69104D;
}
.AnyTagClassName
{
color: #69104D;
}
</style>
background-color css
<style>
a { background-color: #69104D; }
a { background-color: rgb(105,16,77); }
div.DivClassName
{
background-color: #69104D;
}
.BgClassName
{
background-color: #69104D;
}
</style>
border-color css
<style>
span { border-color: #69104D; }
span { border-color: rgb(105,16,77); }
td.TdClassName
{
border-color: #69104D;
}
.TagClassName
{
border-color: #69104D;
}
</style>