Shades of Pompadour #69123F
Tints of Pompadour #69123F
RGB
CMYK
RGB Variations
Color information
#69123F (or 0x69123F) is known color: Pompadour. HEX triplet: 69, 12 and 3F. RGB value is (105,18,63). Sum of RGB (Red+Green+Blue) = 105+18+63=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #69123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69123F is #96EDC0. Grayscale: #313131. Windows color (decimal): -9891265 or 4133481. OLE color: 4133481.
HSL color Cylindrical-coordinate representation of color #69123F: hue angle of 328.97º 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 #69123F is Cyan = 0, Magento = 0.83, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 18 | 63 | - |
| CMYK | 0 | 0.83 | 0.4 | 0.59 |
| HSL | 328.97º | 0.71% | 0.24% | - |
| HSV(B) | 328.97º | 0.83% | 0.41% | - |
| XYZ | 6.94 | 3.79 | 5.07 | - |
| YUV | 49.14 | 135.82 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 18 | 63 | 0 | 0.83 | 0.4 | 0.59 | 328.97 | 0.71 | 0.24 |
| Hex | 69 | 12 | 3F | 0 | 53 | 28 | 3B | 149 | 47 | 18 |
| Octal | 151 | 22 | 77 | 0 | 123 | 50 | 73 | 511 | 107 | 30 |
| Binary | 1101001 | 10010 | 111111 | 0 | 1010011 | 101000 | 111011 | 101001001 | 1000111 | 11000 |
Color Harmonies of #69123F
Complementary color
Monochromatic Colors of #69123F
Black with #69123F
Text Example
Text Example
White with #69123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69123F; }
p { color: rgb(105,18,63); }
H1.HeaderClassName
{
color: #69123F;
}
.AnyTagClassName
{
color: #69123F;
}
</style>
background-color css
<style>
a { background-color: #69123F; }
a { background-color: rgb(105,18,63); }
div.DivClassName
{
background-color: #69123F;
}
.BgClassName
{
background-color: #69123F;
}
</style>
border-color css
<style>
span { border-color: #69123F; }
span { border-color: rgb(105,18,63); }
td.TdClassName
{
border-color: #69123F;
}
.TagClassName
{
border-color: #69123F;
}
</style>