Shades of Tawny Port #5E373E
Tints of Tawny Port #5E373E
RGB
CMYK
RGB Variations
Color information
#5E373E (or 0x5E373E) is known color: Tawny Port. HEX triplet: 5E, 37 and 3E. RGB value is (94,55,62). Sum of RGB (Red+Green+Blue) = 94+55+62=211 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.55% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 94 - color contains mainly: red. Hex color #5E373E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E373E is #A1C8C1. Grayscale: #434343. Windows color (decimal): -10602690 or 4077406. OLE color: 4077406.
HSL color Cylindrical-coordinate representation of color #5E373E: hue angle of 349.23º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E373E is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 55 | 62 | - |
CMYK | 0 | 0.41 | 0.34 | 0.63 |
HSL | 349.23º | 0.26% | 0.29% | - |
HSV(B) | 349.23º | 0.41% | 0.37% | - |
XYZ | 6.85 | 5.46 | 5.25 | - |
YUV | 67.46 | 124.92 | 146.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 55 | 62 | 0 | 0.41 | 0.34 | 0.63 | 349.23 | 0.26 | 0.29 |
Hex | 5E | 37 | 3E | 0 | 29 | 22 | 3F | 15D | 1A | 1D |
Octal | 136 | 67 | 76 | 0 | 51 | 42 | 77 | 535 | 32 | 35 |
Binary | 1011110 | 110111 | 111110 | 0 | 101001 | 100010 | 111111 | 101011101 | 11010 | 11101 |
Color Harmonies of #5E373E
Complementary color
Monochromatic Colors of #5E373E
Black with #5E373E
Text Example
Text Example
White with #5E373E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E373E; }
p { color: rgb(94,55,62); }
H1.HeaderClassName
{
color: #5E373E;
}
.AnyTagClassName
{
color: #5E373E;
}
</style>
background-color css
<style>
a { background-color: #5E373E; }
a { background-color: rgb(94,55,62); }
div.DivClassName
{
background-color: #5E373E;
}
.BgClassName
{
background-color: #5E373E;
}
</style>
border-color css
<style>
span { border-color: #5E373E; }
span { border-color: rgb(94,55,62); }
td.TdClassName
{
border-color: #5E373E;
}
.TagClassName
{
border-color: #5E373E;
}
</style>