Shades of Pompadour #69163F
Tints of Pompadour #69163F
RGB
CMYK
RGB Variations
Color information
#69163F (or 0x69163F) is known color: Pompadour. HEX triplet: 69, 16 and 3F. RGB value is (105,22,63). Sum of RGB (Red+Green+Blue) = 105+22+63=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 63 (25% from 255 or 33.16% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #69163F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69163F is #96E9C0. Grayscale: #333333. Windows color (decimal): -9890241 or 4134505. OLE color: 4134505.
HSL color Cylindrical-coordinate representation of color #69163F: hue angle of 330.36º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #69163F is Cyan = 0, Magento = 0.79, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 22 | 63 | - |
| CMYK | 0 | 0.79 | 0.4 | 0.59 |
| HSL | 330.36º | 0.65% | 0.25% | - |
| HSV(B) | 330.36º | 0.79% | 0.41% | - |
| XYZ | 7.01 | 3.94 | 5.09 | - |
| YUV | 51.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 22 | 63 | 0 | 0.79 | 0.4 | 0.59 | 330.36 | 0.65 | 0.25 |
| Hex | 69 | 16 | 3F | 0 | 4F | 28 | 3B | 14A | 41 | 19 |
| Octal | 151 | 26 | 77 | 0 | 117 | 50 | 73 | 512 | 101 | 31 |
| Binary | 1101001 | 10110 | 111111 | 0 | 1001111 | 101000 | 111011 | 101001010 | 1000001 | 11001 |
Color Harmonies of #69163F
Complementary color
Monochromatic Colors of #69163F
Black with #69163F
Text Example
Text Example
White with #69163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69163F; }
p { color: rgb(105,22,63); }
H1.HeaderClassName
{
color: #69163F;
}
.AnyTagClassName
{
color: #69163F;
}
</style>
background-color css
<style>
a { background-color: #69163F; }
a { background-color: rgb(105,22,63); }
div.DivClassName
{
background-color: #69163F;
}
.BgClassName
{
background-color: #69163F;
}
</style>
border-color css
<style>
span { border-color: #69163F; }
span { border-color: rgb(105,22,63); }
td.TdClassName
{
border-color: #69163F;
}
.TagClassName
{
border-color: #69163F;
}
</style>