Shades of Finn #5E3F4E
Tints of Finn #5E3F4E
RGB
CMYK
RGB Variations
Color information
#5E3F4E (or 0x5E3F4E) is known color: Finn. HEX triplet: 5E, 3F and 4E. RGB value is (94,63,78). Sum of RGB (Red+Green+Blue) = 94+63+78=235 (31% of max value = 765). Red value is 94 (37.11% from 255 or 40% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3F4E is #A1C0B1. Grayscale: #494949. Windows color (decimal): -10600626 or 5128030. OLE color: 5128030.
HSL color Cylindrical-coordinate representation of color #5E3F4E: hue angle of 330.97º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E3F4E is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 63 | 78 | - |
CMYK | 0 | 0.33 | 0.17 | 0.63 |
HSL | 330.97º | 0.2% | 0.31% | - |
HSV(B) | 330.97º | 0.33% | 0.37% | - |
XYZ | 7.77 | 6.48 | 8.05 | - |
YUV | 73.98 | 130.27 | 142.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 63 | 78 | 0 | 0.33 | 0.17 | 0.63 | 330.97 | 0.2 | 0.31 |
Hex | 5E | 3F | 4E | 0 | 21 | 11 | 3F | 14B | 14 | 1F |
Octal | 136 | 77 | 116 | 0 | 41 | 21 | 77 | 513 | 24 | 37 |
Binary | 1011110 | 111111 | 1001110 | 0 | 100001 | 10001 | 111111 | 101001011 | 10100 | 11111 |
Color Harmonies of #5E3F4E
Complementary color
Monochromatic Colors of #5E3F4E
Black with #5E3F4E
Text Example
Text Example
White with #5E3F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3F4E; }
p { color: rgb(94,63,78); }
H1.HeaderClassName
{
color: #5E3F4E;
}
.AnyTagClassName
{
color: #5E3F4E;
}
</style>
background-color css
<style>
a { background-color: #5E3F4E; }
a { background-color: rgb(94,63,78); }
div.DivClassName
{
background-color: #5E3F4E;
}
.BgClassName
{
background-color: #5E3F4E;
}
</style>
border-color css
<style>
span { border-color: #5E3F4E; }
span { border-color: rgb(94,63,78); }
td.TdClassName
{
border-color: #5E3F4E;
}
.TagClassName
{
border-color: #5E3F4E;
}
</style>