Shades of Finn #613E50
Tints of Finn #613E50
RGB
CMYK
RGB Variations
Color information
#613E50 (or 0x613E50) is known color: Finn. HEX triplet: 61, 3E and 50. RGB value is (97,62,80). Sum of RGB (Red+Green+Blue) = 97+62+80=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #613E50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613E50 is #9EC1AF. Grayscale: #4A4A4A. Windows color (decimal): -10404272 or 5258849. OLE color: 5258849.
HSL color Cylindrical-coordinate representation of color #613E50: hue angle of 329.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #613E50 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 62 | 80 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.62 |
| HSL | 329.14º | 0.22% | 0.31% | - |
| HSV(B) | 329.14º | 0.36% | 0.38% | - |
| XYZ | 8.1 | 6.57 | 8.43 | - |
| YUV | 74.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 62 | 80 | 0 | 0.36 | 0.18 | 0.62 | 329.14 | 0.22 | 0.31 |
| Hex | 61 | 3E | 50 | 0 | 24 | 12 | 3E | 149 | 16 | 1F |
| Octal | 141 | 76 | 120 | 0 | 44 | 22 | 76 | 511 | 26 | 37 |
| Binary | 1100001 | 111110 | 1010000 | 0 | 100100 | 10010 | 111110 | 101001001 | 10110 | 11111 |
Color Harmonies of #613E50
Complementary color
Monochromatic Colors of #613E50
Black with #613E50
Text Example
Text Example
White with #613E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613E50; }
p { color: rgb(97,62,80); }
H1.HeaderClassName
{
color: #613E50;
}
.AnyTagClassName
{
color: #613E50;
}
</style>
background-color css
<style>
a { background-color: #613E50; }
a { background-color: rgb(97,62,80); }
div.DivClassName
{
background-color: #613E50;
}
.BgClassName
{
background-color: #613E50;
}
</style>
border-color css
<style>
span { border-color: #613E50; }
span { border-color: rgb(97,62,80); }
td.TdClassName
{
border-color: #613E50;
}
.TagClassName
{
border-color: #613E50;
}
</style>