Shades of Pompadour #69184A
Tints of Pompadour #69184A
RGB
CMYK
RGB Variations
Color information
#69184A (or 0x69184A) is known color: Pompadour. HEX triplet: 69, 18 and 4A. RGB value is (105,24,74). Sum of RGB (Red+Green+Blue) = 105+24+74=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #69184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69184A is #96E7B5. Grayscale: #353535. Windows color (decimal): -9889718 or 4855913. OLE color: 4855913.
HSL color Cylindrical-coordinate representation of color #69184A: hue angle of 322.96º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69184A is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 24 | 74 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.59 |
| HSL | 322.96º | 0.63% | 0.25% | - |
| HSV(B) | 322.96º | 0.77% | 0.41% | - |
| XYZ | 7.39 | 4.15 | 6.89 | - |
| YUV | 53.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 74 | 0 | 0.77 | 0.30 | 0.59 | 322.96 | 0.63 | 0.25 |
| Hex | 69 | 18 | 4A | 0 | 4D | 1E | 3B | 143 | 3F | 19 |
| Octal | 151 | 30 | 112 | 0 | 115 | 36 | 73 | 503 | 77 | 31 |
| Binary | 1101001 | 11000 | 1001010 | 0 | 1001101 | 11110 | 111011 | 101000011 | 111111 | 11001 |
Color Harmonies of #69184A
Complementary color
Monochromatic Colors of #69184A
Black with #69184A
Text Example
Text Example
White with #69184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69184A; }
p { color: rgb(105,24,74); }
H1.HeaderClassName
{
color: #69184A;
}
.AnyTagClassName
{
color: #69184A;
}
</style>
background-color css
<style>
a { background-color: #69184A; }
a { background-color: rgb(105,24,74); }
div.DivClassName
{
background-color: #69184A;
}
.BgClassName
{
background-color: #69184A;
}
</style>
border-color css
<style>
span { border-color: #69184A; }
span { border-color: rgb(105,24,74); }
td.TdClassName
{
border-color: #69184A;
}
.TagClassName
{
border-color: #69184A;
}
</style>