Shades of Finn #613B52
Tints of Finn #613B52
RGB
CMYK
RGB Variations
Color information
#613B52 (or 0x613B52) is known color: Finn. HEX triplet: 61, 3B and 52. RGB value is (97,59,82). Sum of RGB (Red+Green+Blue) = 97+59+82=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #613B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B52 is #9EC4AD. Grayscale: #484848. Windows color (decimal): -10405038 or 5389153. OLE color: 5389153.
HSL color Cylindrical-coordinate representation of color #613B52: hue angle of 323.68º 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 #613B52 is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 59 | 82 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.62 |
| HSL | 323.68º | 0.24% | 0.31% | - |
| HSV(B) | 323.68º | 0.39% | 0.38% | - |
| XYZ | 8.02 | 6.28 | 8.77 | - |
| YUV | 72.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 59 | 82 | 0 | 0.39 | 0.15 | 0.62 | 323.68 | 0.24 | 0.31 |
| Hex | 61 | 3B | 52 | 0 | 27 | F | 3E | 144 | 18 | 1F |
| Octal | 141 | 73 | 122 | 0 | 47 | 17 | 76 | 504 | 30 | 37 |
| Binary | 1100001 | 111011 | 1010010 | 0 | 100111 | 1111 | 111110 | 101000100 | 11000 | 11111 |
Color Harmonies of #613B52
Complementary color
Monochromatic Colors of #613B52
Black with #613B52
Text Example
Text Example
White with #613B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613B52; }
p { color: rgb(97,59,82); }
H1.HeaderClassName
{
color: #613B52;
}
.AnyTagClassName
{
color: #613B52;
}
</style>
background-color css
<style>
a { background-color: #613B52; }
a { background-color: rgb(97,59,82); }
div.DivClassName
{
background-color: #613B52;
}
.BgClassName
{
background-color: #613B52;
}
</style>
border-color css
<style>
span { border-color: #613B52; }
span { border-color: rgb(97,59,82); }
td.TdClassName
{
border-color: #613B52;
}
.TagClassName
{
border-color: #613B52;
}
</style>