Shades of Finn #613B4F
Tints of Finn #613B4F
RGB
CMYK
RGB Variations
Color information
#613B4F (or 0x613B4F) is known color: Finn. HEX triplet: 61, 3B and 4F. RGB value is (97,59,79). Sum of RGB (Red+Green+Blue) = 97+59+79=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #613B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B4F is #9EC4B0. Grayscale: #484848. Windows color (decimal): -10405041 or 5192545. OLE color: 5192545.
HSL color Cylindrical-coordinate representation of color #613B4F: hue angle of 328.42º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #613B4F is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 79 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.62 |
| HSL | 328.42º | 0.24% | 0.31% | - |
| HSV(B) | 328.42º | 0.39% | 0.38% | - |
| XYZ | 7.91 | 6.23 | 8.18 | - |
| YUV | 72.64 | 131.59 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 79 | 0 | 0.39 | 0.19 | 0.62 | 328.42 | 0.24 | 0.31 |
| Hex | 61 | 3B | 4F | 0 | 27 | 13 | 3E | 148 | 18 | 1F |
| Octal | 141 | 73 | 117 | 0 | 47 | 23 | 76 | 510 | 30 | 37 |
| Binary | 1100001 | 111011 | 1001111 | 0 | 100111 | 10011 | 111110 | 101001000 | 11000 | 11111 |
Color Harmonies of #613B4F
Complementary color
Monochromatic Colors of #613B4F
Black with #613B4F
Text Example
Text Example
White with #613B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B4F; }
p { color: rgb(97,59,79); }
H1.HeaderClassName
{
color: #613B4F;
}
.AnyTagClassName
{
color: #613B4F;
}
</style>
background-color css
<style>
a { background-color: #613B4F; }
a { background-color: rgb(97,59,79); }
div.DivClassName
{
background-color: #613B4F;
}
.BgClassName
{
background-color: #613B4F;
}
</style>
border-color css
<style>
span { border-color: #613B4F; }
span { border-color: rgb(97,59,79); }
td.TdClassName
{
border-color: #613B4F;
}
.TagClassName
{
border-color: #613B4F;
}
</style>