Shades of Pompadour #69153B
Tints of Pompadour #69153B
RGB
CMYK
RGB Variations
Color information
#69153B (or 0x69153B) is known color: Pompadour. HEX triplet: 69, 15 and 3B. RGB value is (105,21,59). Sum of RGB (Red+Green+Blue) = 105+21+59=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 21 (8.59% from 255 or 11.35% from 185); Blue value is 59 (23.44% from 255 or 31.89% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #69153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69153B is #96EAC4. Grayscale: #323232. Windows color (decimal): -9890501 or 3872105. OLE color: 3872105.
HSL color Cylindrical-coordinate representation of color #69153B: hue angle of 332.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69153B is Cyan = 0, Magento = 0.80, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 21 | 59 | - |
| CMYK | 0 | 0.80 | 0.44 | 0.59 |
| HSL | 332.86º | 0.67% | 0.25% | - |
| HSV(B) | 332.86º | 0.8% | 0.41% | - |
| XYZ | 6.88 | 3.86 | 4.52 | - |
| YUV | 50.45 | 132.83 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 21 | 59 | 0 | 0.80 | 0.44 | 0.59 | 332.86 | 0.67 | 0.25 |
| Hex | 69 | 15 | 3B | 0 | 50 | 2C | 3B | 14D | 43 | 19 |
| Octal | 151 | 25 | 73 | 0 | 120 | 54 | 73 | 515 | 103 | 31 |
| Binary | 1101001 | 10101 | 111011 | 0 | 1010000 | 101100 | 111011 | 101001101 | 1000011 | 11001 |
Color Harmonies of #69153B
Complementary color
Monochromatic Colors of #69153B
Black with #69153B
Text Example
Text Example
White with #69153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69153B; }
p { color: rgb(105,21,59); }
H1.HeaderClassName
{
color: #69153B;
}
.AnyTagClassName
{
color: #69153B;
}
</style>
background-color css
<style>
a { background-color: #69153B; }
a { background-color: rgb(105,21,59); }
div.DivClassName
{
background-color: #69153B;
}
.BgClassName
{
background-color: #69153B;
}
</style>
border-color css
<style>
span { border-color: #69153B; }
span { border-color: rgb(105,21,59); }
td.TdClassName
{
border-color: #69153B;
}
.TagClassName
{
border-color: #69153B;
}
</style>