Shades of Finn #61394F
Tints of Finn #61394F
RGB
CMYK
RGB Variations
Color information
#61394F (or 0x61394F) is known color: Finn. HEX triplet: 61, 39 and 4F. RGB value is (97,57,79). Sum of RGB (Red+Green+Blue) = 97+57+79=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #61394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61394F is #9EC6B0. Grayscale: #474747. Windows color (decimal): -10405553 or 5192033. OLE color: 5192033.
HSL color Cylindrical-coordinate representation of color #61394F: hue angle of 327º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61394F is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 57 | 79 | - |
| CMYK | 0 | 0.41 | 0.19 | 0.62 |
| HSL | 327º | 0.26% | 0.3% | - |
| HSV(B) | 327º | 0.41% | 0.38% | - |
| XYZ | 7.8 | 6.03 | 8.15 | - |
| YUV | 71.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 57 | 79 | 0 | 0.41 | 0.19 | 0.62 | 327 | 0.26 | 0.3 |
| Hex | 61 | 39 | 4F | 0 | 29 | 13 | 3E | 147 | 1A | 1E |
| Octal | 141 | 71 | 117 | 0 | 51 | 23 | 76 | 507 | 32 | 36 |
| Binary | 1100001 | 111001 | 1001111 | 0 | 101001 | 10011 | 111110 | 101000111 | 11010 | 11110 |
Color Harmonies of #61394F
Complementary color
Monochromatic Colors of #61394F
Black with #61394F
Text Example
Text Example
White with #61394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61394F; }
p { color: rgb(97,57,79); }
H1.HeaderClassName
{
color: #61394F;
}
.AnyTagClassName
{
color: #61394F;
}
</style>
background-color css
<style>
a { background-color: #61394F; }
a { background-color: rgb(97,57,79); }
div.DivClassName
{
background-color: #61394F;
}
.BgClassName
{
background-color: #61394F;
}
</style>
border-color css
<style>
span { border-color: #61394F; }
span { border-color: rgb(97,57,79); }
td.TdClassName
{
border-color: #61394F;
}
.TagClassName
{
border-color: #61394F;
}
</style>