Shades of Pompadour #69153F
Tints of Pompadour #69153F
RGB
CMYK
RGB Variations
Color information
#69153F (or 0x69153F) is known color: Pompadour. HEX triplet: 69, 15 and 3F. RGB value is (105,21,63). Sum of RGB (Red+Green+Blue) = 105+21+63=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 21 (8.59% from 255 or 11.11% from 189); Blue value is 63 (25% from 255 or 33.33% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #69153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69153F is #96EAC0. Grayscale: #323232. Windows color (decimal): -9890497 or 4134249. OLE color: 4134249.
HSL color Cylindrical-coordinate representation of color #69153F: hue angle of 330º 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 #69153F is Cyan = 0, Magento = 0.80, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 21 | 63 | - |
| CMYK | 0 | 0.80 | 0.4 | 0.59 |
| HSL | 330º | 0.67% | 0.25% | - |
| HSV(B) | 330º | 0.8% | 0.41% | - |
| XYZ | 6.99 | 3.9 | 5.09 | - |
| YUV | 50.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 21 | 63 | 0 | 0.80 | 0.4 | 0.59 | 330 | 0.67 | 0.25 |
| Hex | 69 | 15 | 3F | 0 | 50 | 28 | 3B | 14A | 43 | 19 |
| Octal | 151 | 25 | 77 | 0 | 120 | 50 | 73 | 512 | 103 | 31 |
| Binary | 1101001 | 10101 | 111111 | 0 | 1010000 | 101000 | 111011 | 101001010 | 1000011 | 11001 |
Color Harmonies of #69153F
Complementary color
Monochromatic Colors of #69153F
Black with #69153F
Text Example
Text Example
White with #69153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69153F; }
p { color: rgb(105,21,63); }
H1.HeaderClassName
{
color: #69153F;
}
.AnyTagClassName
{
color: #69153F;
}
</style>
background-color css
<style>
a { background-color: #69153F; }
a { background-color: rgb(105,21,63); }
div.DivClassName
{
background-color: #69153F;
}
.BgClassName
{
background-color: #69153F;
}
</style>
border-color css
<style>
span { border-color: #69153F; }
span { border-color: rgb(105,21,63); }
td.TdClassName
{
border-color: #69153F;
}
.TagClassName
{
border-color: #69153F;
}
</style>