Shades of Finn #613D52
Tints of Finn #613D52
RGB
CMYK
RGB Variations
Color information
#613D52 (or 0x613D52) is known color: Finn. HEX triplet: 61, 3D and 52. RGB value is (97,61,82). Sum of RGB (Red+Green+Blue) = 97+61+82=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #613D52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D52 is #9EC2AD. Grayscale: #4A4A4A. Windows color (decimal): -10404526 or 5389665. OLE color: 5389665.
HSL color Cylindrical-coordinate representation of color #613D52: hue angle of 325º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #613D52 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 61 | 82 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.62 |
| HSL | 325º | 0.23% | 0.31% | - |
| HSV(B) | 325º | 0.37% | 0.38% | - |
| XYZ | 8.12 | 6.49 | 8.81 | - |
| YUV | 74.16 | 132.43 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 61 | 82 | 0 | 0.37 | 0.15 | 0.62 | 325 | 0.23 | 0.31 |
| Hex | 61 | 3D | 52 | 0 | 25 | F | 3E | 145 | 17 | 1F |
| Octal | 141 | 75 | 122 | 0 | 45 | 17 | 76 | 505 | 27 | 37 |
| Binary | 1100001 | 111101 | 1010010 | 0 | 100101 | 1111 | 111110 | 101000101 | 10111 | 11111 |
Color Harmonies of #613D52
Complementary color
Monochromatic Colors of #613D52
Black with #613D52
Text Example
Text Example
White with #613D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613D52; }
p { color: rgb(97,61,82); }
H1.HeaderClassName
{
color: #613D52;
}
.AnyTagClassName
{
color: #613D52;
}
</style>
background-color css
<style>
a { background-color: #613D52; }
a { background-color: rgb(97,61,82); }
div.DivClassName
{
background-color: #613D52;
}
.BgClassName
{
background-color: #613D52;
}
</style>
border-color css
<style>
span { border-color: #613D52; }
span { border-color: rgb(97,61,82); }
td.TdClassName
{
border-color: #613D52;
}
.TagClassName
{
border-color: #613D52;
}
</style>