Shades of Tawny Port #5E3247
Tints of Tawny Port #5E3247
RGB
CMYK
RGB Variations
Color information
#5E3247 (or 0x5E3247) is known color: Tawny Port. HEX triplet: 5E, 32 and 47. RGB value is (94,50,71). Sum of RGB (Red+Green+Blue) = 94+50+71=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3247 is #A1CDB8. Grayscale: #414141. Windows color (decimal): -10603961 or 4665950. OLE color: 4665950.
HSL color Cylindrical-coordinate representation of color #5E3247: hue angle of 331.36º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5E3247 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 50 | 71 | - |
CMYK | 0 | 0.47 | 0.24 | 0.63 |
HSL | 331.36º | 0.31% | 0.28% | - |
HSV(B) | 331.36º | 0.47% | 0.37% | - |
XYZ | 6.89 | 5.12 | 6.59 | - |
YUV | 65.55 | 131.08 | 148.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 50 | 71 | 0 | 0.47 | 0.24 | 0.63 | 331.36 | 0.31 | 0.28 |
Hex | 5E | 32 | 47 | 0 | 2F | 18 | 3F | 14B | 1F | 1C |
Octal | 136 | 62 | 107 | 0 | 57 | 30 | 77 | 513 | 37 | 34 |
Binary | 1011110 | 110010 | 1000111 | 0 | 101111 | 11000 | 111111 | 101001011 | 11111 | 11100 |
Color Harmonies of #5E3247
Complementary color
Monochromatic Colors of #5E3247
Black with #5E3247
Text Example
Text Example
White with #5E3247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3247; }
p { color: rgb(94,50,71); }
H1.HeaderClassName
{
color: #5E3247;
}
.AnyTagClassName
{
color: #5E3247;
}
</style>
background-color css
<style>
a { background-color: #5E3247; }
a { background-color: rgb(94,50,71); }
div.DivClassName
{
background-color: #5E3247;
}
.BgClassName
{
background-color: #5E3247;
}
</style>
border-color css
<style>
span { border-color: #5E3247; }
span { border-color: rgb(94,50,71); }
td.TdClassName
{
border-color: #5E3247;
}
.TagClassName
{
border-color: #5E3247;
}
</style>