Shades of Pompadour #69123E
Tints of Pompadour #69123E
RGB
CMYK
RGB Variations
Color information
#69123E (or 0x69123E) is known color: Pompadour. HEX triplet: 69, 12 and 3E. RGB value is (105,18,62). Sum of RGB (Red+Green+Blue) = 105+18+62=185 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.76% from 185); Green value is 18 (7.42% from 255 or 9.73% from 185); Blue value is 62 (24.61% from 255 or 33.51% from 185); Max value from RGB is 105 - color contains mainly: red. Hex color #69123E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69123E is #96EDC1. Grayscale: #303030. Windows color (decimal): -9891266 or 4067945. OLE color: 4067945.
HSL color Cylindrical-coordinate representation of color #69123E: hue angle of 329.66º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #69123E is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 18 | 62 | - |
| CMYK | 0 | 0.83 | 0.41 | 0.59 |
| HSL | 329.66º | 0.71% | 0.24% | - |
| HSV(B) | 329.66º | 0.83% | 0.41% | - |
| XYZ | 6.91 | 3.78 | 4.92 | - |
| YUV | 49.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 18 | 62 | 0 | 0.83 | 0.41 | 0.59 | 329.66 | 0.71 | 0.24 |
| Hex | 69 | 12 | 3E | 0 | 53 | 29 | 3B | 14A | 47 | 18 |
| Octal | 151 | 22 | 76 | 0 | 123 | 51 | 73 | 512 | 107 | 30 |
| Binary | 1101001 | 10010 | 111110 | 0 | 1010011 | 101001 | 111011 | 101001010 | 1000111 | 11000 |
Color Harmonies of #69123E
Complementary color
Monochromatic Colors of #69123E
Black with #69123E
Text Example
Text Example
White with #69123E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69123E; }
p { color: rgb(105,18,62); }
H1.HeaderClassName
{
color: #69123E;
}
.AnyTagClassName
{
color: #69123E;
}
</style>
background-color css
<style>
a { background-color: #69123E; }
a { background-color: rgb(105,18,62); }
div.DivClassName
{
background-color: #69123E;
}
.BgClassName
{
background-color: #69123E;
}
</style>
border-color css
<style>
span { border-color: #69123E; }
span { border-color: rgb(105,18,62); }
td.TdClassName
{
border-color: #69123E;
}
.TagClassName
{
border-color: #69123E;
}
</style>