Shades of Finn #613C52
Tints of Finn #613C52
RGB
CMYK
RGB Variations
Color information
#613C52 (or 0x613C52) is known color: Finn. HEX triplet: 61, 3C and 52. RGB value is (97,60,82). Sum of RGB (Red+Green+Blue) = 97+60+82=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #613C52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C52 is #9EC3AD. Grayscale: #494949. Windows color (decimal): -10404782 or 5389409. OLE color: 5389409.
HSL color Cylindrical-coordinate representation of color #613C52: hue angle of 324.32º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #613C52 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 60 | 82 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.62 |
| HSL | 324.32º | 0.24% | 0.31% | - |
| HSV(B) | 324.32º | 0.38% | 0.38% | - |
| XYZ | 8.07 | 6.38 | 8.79 | - |
| YUV | 73.57 | 132.76 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 60 | 82 | 0 | 0.38 | 0.15 | 0.62 | 324.32 | 0.24 | 0.31 |
| Hex | 61 | 3C | 52 | 0 | 26 | F | 3E | 144 | 18 | 1F |
| Octal | 141 | 74 | 122 | 0 | 46 | 17 | 76 | 504 | 30 | 37 |
| Binary | 1100001 | 111100 | 1010010 | 0 | 100110 | 1111 | 111110 | 101000100 | 11000 | 11111 |
Color Harmonies of #613C52
Complementary color
Monochromatic Colors of #613C52
Black with #613C52
Text Example
Text Example
White with #613C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613C52; }
p { color: rgb(97,60,82); }
H1.HeaderClassName
{
color: #613C52;
}
.AnyTagClassName
{
color: #613C52;
}
</style>
background-color css
<style>
a { background-color: #613C52; }
a { background-color: rgb(97,60,82); }
div.DivClassName
{
background-color: #613C52;
}
.BgClassName
{
background-color: #613C52;
}
</style>
border-color css
<style>
span { border-color: #613C52; }
span { border-color: rgb(97,60,82); }
td.TdClassName
{
border-color: #613C52;
}
.TagClassName
{
border-color: #613C52;
}
</style>