Shades of Tawny Port #69324F
Tints of Tawny Port #69324F
RGB
CMYK
RGB Variations
Color information
#69324F (or 0x69324F) is known color: Tawny Port. HEX triplet: 69, 32 and 4F. RGB value is (105,50,79). Sum of RGB (Red+Green+Blue) = 105+50+79=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #69324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69324F is #96CDB0. Grayscale: #454545. Windows color (decimal): -9883057 or 5190249. OLE color: 5190249.
HSL color Cylindrical-coordinate representation of color #69324F: hue angle of 328.36º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69324F is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 50 | 79 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.59 |
| HSL | 328.36º | 0.35% | 0.3% | - |
| HSV(B) | 328.36º | 0.52% | 0.41% | - |
| XYZ | 8.38 | 5.85 | 8.08 | - |
| YUV | 69.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 79 | 0 | 0.52 | 0.25 | 0.59 | 328.36 | 0.35 | 0.3 |
| Hex | 69 | 32 | 4F | 0 | 34 | 19 | 3B | 148 | 23 | 1E |
| Octal | 151 | 62 | 117 | 0 | 64 | 31 | 73 | 510 | 43 | 36 |
| Binary | 1101001 | 110010 | 1001111 | 0 | 110100 | 11001 | 111011 | 101001000 | 100011 | 11110 |
Color Harmonies of #69324F
Complementary color
Monochromatic Colors of #69324F
Black with #69324F
Text Example
Text Example
White with #69324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69324F; }
p { color: rgb(105,50,79); }
H1.HeaderClassName
{
color: #69324F;
}
.AnyTagClassName
{
color: #69324F;
}
</style>
background-color css
<style>
a { background-color: #69324F; }
a { background-color: rgb(105,50,79); }
div.DivClassName
{
background-color: #69324F;
}
.BgClassName
{
background-color: #69324F;
}
</style>
border-color css
<style>
span { border-color: #69324F; }
span { border-color: rgb(105,50,79); }
td.TdClassName
{
border-color: #69324F;
}
.TagClassName
{
border-color: #69324F;
}
</style>