Shades of Tawny Port #6E3248
Tints of Tawny Port #6E3248
RGB
CMYK
RGB Variations
Color information
#6E3248 (or 0x6E3248) is known color: Tawny Port. HEX triplet: 6E, 32 and 48. RGB value is (110,50,72). Sum of RGB (Red+Green+Blue) = 110+50+72=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3248 is #91CDB7. Grayscale: #464646. Windows color (decimal): -9555384 or 4731502. OLE color: 4731502.
HSL color Cylindrical-coordinate representation of color #6E3248: hue angle of 338º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E3248 is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 50 | 72 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.57 |
| HSL | 338º | 0.38% | 0.31% | - |
| HSV(B) | 338º | 0.55% | 0.43% | - |
| XYZ | 8.74 | 6.06 | 6.84 | - |
| YUV | 70.45 | 128.88 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 72 | 0 | 0.55 | 0.35 | 0.57 | 338 | 0.38 | 0.31 |
| Hex | 6E | 32 | 48 | 0 | 37 | 23 | 39 | 152 | 26 | 1F |
| Octal | 156 | 62 | 110 | 0 | 67 | 43 | 71 | 522 | 46 | 37 |
| Binary | 1101110 | 110010 | 1001000 | 0 | 110111 | 100011 | 111001 | 101010010 | 100110 | 11111 |
Color Harmonies of #6E3248
Complementary color
Monochromatic Colors of #6E3248
Black with #6E3248
Text Example
Text Example
White with #6E3248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3248; }
p { color: rgb(110,50,72); }
H1.HeaderClassName
{
color: #6E3248;
}
.AnyTagClassName
{
color: #6E3248;
}
</style>
background-color css
<style>
a { background-color: #6E3248; }
a { background-color: rgb(110,50,72); }
div.DivClassName
{
background-color: #6E3248;
}
.BgClassName
{
background-color: #6E3248;
}
</style>
border-color css
<style>
span { border-color: #6E3248; }
span { border-color: rgb(110,50,72); }
td.TdClassName
{
border-color: #6E3248;
}
.TagClassName
{
border-color: #6E3248;
}
</style>