Shades of Tawny Port #5E384B
Tints of Tawny Port #5E384B
RGB
CMYK
RGB Variations
Color information
#5E384B (or 0x5E384B) is known color: Tawny Port. HEX triplet: 5E, 38 and 4B. RGB value is (94,56,75). Sum of RGB (Red+Green+Blue) = 94+56+75=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E384B is #A1C7B4. Grayscale: #454545. Windows color (decimal): -10602421 or 4929630. OLE color: 4929630.
HSL color Cylindrical-coordinate representation of color #5E384B: hue angle of 330º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E384B is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 56 | 75 | - |
CMYK | 0 | 0.40 | 0.20 | 0.63 |
HSL | 330º | 0.25% | 0.29% | - |
HSV(B) | 330º | 0.4% | 0.37% | - |
XYZ | 7.3 | 5.72 | 7.38 | - |
YUV | 69.53 | 131.09 | 145.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 56 | 75 | 0 | 0.40 | 0.20 | 0.63 | 330 | 0.25 | 0.29 |
Hex | 5E | 38 | 4B | 0 | 28 | 14 | 3F | 14A | 19 | 1D |
Octal | 136 | 70 | 113 | 0 | 50 | 24 | 77 | 512 | 31 | 35 |
Binary | 1011110 | 111000 | 1001011 | 0 | 101000 | 10100 | 111111 | 101001010 | 11001 | 11101 |
Color Harmonies of #5E384B
Complementary color
Monochromatic Colors of #5E384B
Black with #5E384B
Text Example
Text Example
White with #5E384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E384B; }
p { color: rgb(94,56,75); }
H1.HeaderClassName
{
color: #5E384B;
}
.AnyTagClassName
{
color: #5E384B;
}
</style>
background-color css
<style>
a { background-color: #5E384B; }
a { background-color: rgb(94,56,75); }
div.DivClassName
{
background-color: #5E384B;
}
.BgClassName
{
background-color: #5E384B;
}
</style>
border-color css
<style>
span { border-color: #5E384B; }
span { border-color: rgb(94,56,75); }
td.TdClassName
{
border-color: #5E384B;
}
.TagClassName
{
border-color: #5E384B;
}
</style>