Shades of Pompadour #69133A
Tints of Pompadour #69133A
RGB
CMYK
RGB Variations
Color information
#69133A (or 0x69133A) is known color: Pompadour. HEX triplet: 69, 13 and 3A. RGB value is (105,19,58). Sum of RGB (Red+Green+Blue) = 105+19+58=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 58 (23.05% from 255 or 31.87% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #69133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69133A is #96ECC5. Grayscale: #313131. Windows color (decimal): -9891014 or 3806057. OLE color: 3806057.
HSL color Cylindrical-coordinate representation of color #69133A: hue angle of 332.79º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #69133A is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 19 | 58 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.59 |
| HSL | 332.79º | 0.69% | 0.24% | - |
| HSV(B) | 332.79º | 0.82% | 0.41% | - |
| XYZ | 6.82 | 3.77 | 4.37 | - |
| YUV | 49.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 19 | 58 | 0 | 0.82 | 0.45 | 0.59 | 332.79 | 0.69 | 0.24 |
| Hex | 69 | 13 | 3A | 0 | 52 | 2D | 3B | 14D | 45 | 18 |
| Octal | 151 | 23 | 72 | 0 | 122 | 55 | 73 | 515 | 105 | 30 |
| Binary | 1101001 | 10011 | 111010 | 0 | 1010010 | 101101 | 111011 | 101001101 | 1000101 | 11000 |
Color Harmonies of #69133A
Complementary color
Monochromatic Colors of #69133A
Black with #69133A
Text Example
Text Example
White with #69133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69133A; }
p { color: rgb(105,19,58); }
H1.HeaderClassName
{
color: #69133A;
}
.AnyTagClassName
{
color: #69133A;
}
</style>
background-color css
<style>
a { background-color: #69133A; }
a { background-color: rgb(105,19,58); }
div.DivClassName
{
background-color: #69133A;
}
.BgClassName
{
background-color: #69133A;
}
</style>
border-color css
<style>
span { border-color: #69133A; }
span { border-color: rgb(105,19,58); }
td.TdClassName
{
border-color: #69133A;
}
.TagClassName
{
border-color: #69133A;
}
</style>