Shades of Pompadour #69154C
Tints of Pompadour #69154C
RGB
CMYK
RGB Variations
Color information
#69154C (or 0x69154C) is known color: Pompadour. HEX triplet: 69, 15 and 4C. RGB value is (105,21,76). Sum of RGB (Red+Green+Blue) = 105+21+76=202 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.98% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 105 - color contains mainly: red. Hex color #69154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69154C is #96EAB3. Grayscale: #343434. Windows color (decimal): -9890484 or 4986217. OLE color: 4986217.
HSL color Cylindrical-coordinate representation of color #69154C: hue angle of 320.71º 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 #69154C is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 21 | 76 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.59 |
| HSL | 320.71º | 0.67% | 0.25% | - |
| HSV(B) | 320.71º | 0.8% | 0.41% | - |
| XYZ | 7.4 | 4.06 | 7.23 | - |
| YUV | 52.39 | 141.33 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 21 | 76 | 0 | 0.80 | 0.28 | 0.59 | 320.71 | 0.67 | 0.25 |
| Hex | 69 | 15 | 4C | 0 | 50 | 1C | 3B | 141 | 43 | 19 |
| Octal | 151 | 25 | 114 | 0 | 120 | 34 | 73 | 501 | 103 | 31 |
| Binary | 1101001 | 10101 | 1001100 | 0 | 1010000 | 11100 | 111011 | 101000001 | 1000011 | 11001 |
Color Harmonies of #69154C
Complementary color
Monochromatic Colors of #69154C
Black with #69154C
Text Example
Text Example
White with #69154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69154C; }
p { color: rgb(105,21,76); }
H1.HeaderClassName
{
color: #69154C;
}
.AnyTagClassName
{
color: #69154C;
}
</style>
background-color css
<style>
a { background-color: #69154C; }
a { background-color: rgb(105,21,76); }
div.DivClassName
{
background-color: #69154C;
}
.BgClassName
{
background-color: #69154C;
}
</style>
border-color css
<style>
span { border-color: #69154C; }
span { border-color: rgb(105,21,76); }
td.TdClassName
{
border-color: #69154C;
}
.TagClassName
{
border-color: #69154C;
}
</style>