Shades of Pompadour #69133F
Tints of Pompadour #69133F
RGB
CMYK
RGB Variations
Color information
#69133F (or 0x69133F) is known color: Pompadour. HEX triplet: 69, 13 and 3F. RGB value is (105,19,63). Sum of RGB (Red+Green+Blue) = 105+19+63=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #69133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69133F is #96ECC0. Grayscale: #313131. Windows color (decimal): -9891009 or 4133737. OLE color: 4133737.
HSL color Cylindrical-coordinate representation of color #69133F: hue angle of 329.3º 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 #69133F is Cyan = 0, Magento = 0.82, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 19 | 63 | - |
| CMYK | 0 | 0.82 | 0.4 | 0.59 |
| HSL | 329.3º | 0.69% | 0.24% | - |
| HSV(B) | 329.3º | 0.82% | 0.41% | - |
| XYZ | 6.96 | 3.83 | 5.07 | - |
| YUV | 49.73 | 135.49 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 19 | 63 | 0 | 0.82 | 0.4 | 0.59 | 329.3 | 0.69 | 0.24 |
| Hex | 69 | 13 | 3F | 0 | 52 | 28 | 3B | 149 | 45 | 18 |
| Octal | 151 | 23 | 77 | 0 | 122 | 50 | 73 | 511 | 105 | 30 |
| Binary | 1101001 | 10011 | 111111 | 0 | 1010010 | 101000 | 111011 | 101001001 | 1000101 | 11000 |
Color Harmonies of #69133F
Complementary color
Monochromatic Colors of #69133F
Black with #69133F
Text Example
Text Example
White with #69133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69133F; }
p { color: rgb(105,19,63); }
H1.HeaderClassName
{
color: #69133F;
}
.AnyTagClassName
{
color: #69133F;
}
</style>
background-color css
<style>
a { background-color: #69133F; }
a { background-color: rgb(105,19,63); }
div.DivClassName
{
background-color: #69133F;
}
.BgClassName
{
background-color: #69133F;
}
</style>
border-color css
<style>
span { border-color: #69133F; }
span { border-color: rgb(105,19,63); }
td.TdClassName
{
border-color: #69133F;
}
.TagClassName
{
border-color: #69133F;
}
</style>