Shades of Pompadour #69134E
Tints of Pompadour #69134E
RGB
CMYK
RGB Variations
Color information
#69134E (or 0x69134E) is known color: Pompadour. HEX triplet: 69, 13 and 4E. RGB value is (105,19,78). Sum of RGB (Red+Green+Blue) = 105+19+78=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #69134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69134E is #96ECB1. Grayscale: #333333. Windows color (decimal): -9890994 or 5116777. OLE color: 5116777.
HSL color Cylindrical-coordinate representation of color #69134E: hue angle of 318.84º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69134E is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 19 | 78 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.59 |
| HSL | 318.84º | 0.69% | 0.24% | - |
| HSV(B) | 318.84º | 0.82% | 0.41% | - |
| XYZ | 7.43 | 4.02 | 7.59 | - |
| YUV | 51.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 19 | 78 | 0 | 0.82 | 0.26 | 0.59 | 318.84 | 0.69 | 0.24 |
| Hex | 69 | 13 | 4E | 0 | 52 | 1A | 3B | 13F | 45 | 18 |
| Octal | 151 | 23 | 116 | 0 | 122 | 32 | 73 | 477 | 105 | 30 |
| Binary | 1101001 | 10011 | 1001110 | 0 | 1010010 | 11010 | 111011 | 100111111 | 1000101 | 11000 |
Color Harmonies of #69134E
Complementary color
Monochromatic Colors of #69134E
Black with #69134E
Text Example
Text Example
White with #69134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69134E; }
p { color: rgb(105,19,78); }
H1.HeaderClassName
{
color: #69134E;
}
.AnyTagClassName
{
color: #69134E;
}
</style>
background-color css
<style>
a { background-color: #69134E; }
a { background-color: rgb(105,19,78); }
div.DivClassName
{
background-color: #69134E;
}
.BgClassName
{
background-color: #69134E;
}
</style>
border-color css
<style>
span { border-color: #69134E; }
span { border-color: rgb(105,19,78); }
td.TdClassName
{
border-color: #69134E;
}
.TagClassName
{
border-color: #69134E;
}
</style>