Shades of Tawny Port #5E364E
Tints of Tawny Port #5E364E
RGB
CMYK
RGB Variations
Color information
#5E364E (or 0x5E364E) is known color: Tawny Port. HEX triplet: 5E, 36 and 4E. RGB value is (94,54,78). Sum of RGB (Red+Green+Blue) = 94+54+78=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 54 (21.48% from 255 or 23.89% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 94 - color contains mainly: red. Hex color #5E364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E364E is #A1C9B1. Grayscale: #444444. Windows color (decimal): -10602930 or 5125726. OLE color: 5125726.
HSL color Cylindrical-coordinate representation of color #5E364E: hue angle of 324º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E364E is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 54 | 78 | - |
CMYK | 0 | 0.43 | 0.17 | 0.63 |
HSL | 324º | 0.27% | 0.29% | - |
HSV(B) | 324º | 0.43% | 0.37% | - |
XYZ | 7.31 | 5.57 | 7.9 | - |
YUV | 68.7 | 133.25 | 146.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 54 | 78 | 0 | 0.43 | 0.17 | 0.63 | 324 | 0.27 | 0.29 |
Hex | 5E | 36 | 4E | 0 | 2B | 11 | 3F | 144 | 1B | 1D |
Octal | 136 | 66 | 116 | 0 | 53 | 21 | 77 | 504 | 33 | 35 |
Binary | 1011110 | 110110 | 1001110 | 0 | 101011 | 10001 | 111111 | 101000100 | 11011 | 11101 |
Color Harmonies of #5E364E
Complementary color
Monochromatic Colors of #5E364E
Black with #5E364E
Text Example
Text Example
White with #5E364E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E364E; }
p { color: rgb(94,54,78); }
H1.HeaderClassName
{
color: #5E364E;
}
.AnyTagClassName
{
color: #5E364E;
}
</style>
background-color css
<style>
a { background-color: #5E364E; }
a { background-color: rgb(94,54,78); }
div.DivClassName
{
background-color: #5E364E;
}
.BgClassName
{
background-color: #5E364E;
}
</style>
border-color css
<style>
span { border-color: #5E364E; }
span { border-color: rgb(94,54,78); }
td.TdClassName
{
border-color: #5E364E;
}
.TagClassName
{
border-color: #5E364E;
}
</style>