Shades of Pompadour #69184F
Tints of Pompadour #69184F
RGB
CMYK
RGB Variations
Color information
#69184F (or 0x69184F) is known color: Pompadour. HEX triplet: 69, 18 and 4F. RGB value is (105,24,79). Sum of RGB (Red+Green+Blue) = 105+24+79=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 79 (31.25% from 255 or 37.98% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #69184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69184F is #96E7B0. Grayscale: #363636. Windows color (decimal): -9889713 or 5183593. OLE color: 5183593.
HSL color Cylindrical-coordinate representation of color #69184F: hue angle of 319.26º 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 #69184F is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 24 | 79 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.59 |
| HSL | 319.26º | 0.63% | 0.25% | - |
| HSV(B) | 319.26º | 0.77% | 0.41% | - |
| XYZ | 7.56 | 4.22 | 7.81 | - |
| YUV | 54.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 79 | 0 | 0.77 | 0.25 | 0.59 | 319.26 | 0.63 | 0.25 |
| Hex | 69 | 18 | 4F | 0 | 4D | 19 | 3B | 13F | 3F | 19 |
| Octal | 151 | 30 | 117 | 0 | 115 | 31 | 73 | 477 | 77 | 31 |
| Binary | 1101001 | 11000 | 1001111 | 0 | 1001101 | 11001 | 111011 | 100111111 | 111111 | 11001 |
Color Harmonies of #69184F
Complementary color
Monochromatic Colors of #69184F
Black with #69184F
Text Example
Text Example
White with #69184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69184F; }
p { color: rgb(105,24,79); }
H1.HeaderClassName
{
color: #69184F;
}
.AnyTagClassName
{
color: #69184F;
}
</style>
background-color css
<style>
a { background-color: #69184F; }
a { background-color: rgb(105,24,79); }
div.DivClassName
{
background-color: #69184F;
}
.BgClassName
{
background-color: #69184F;
}
</style>
border-color css
<style>
span { border-color: #69184F; }
span { border-color: rgb(105,24,79); }
td.TdClassName
{
border-color: #69184F;
}
.TagClassName
{
border-color: #69184F;
}
</style>