Shades of Finn #603F52
Tints of Finn #603F52
RGB
CMYK
RGB Variations
Color information
#603F52 (or 0x603F52) is known color: Finn. HEX triplet: 60, 3F and 52. RGB value is (96,63,82). Sum of RGB (Red+Green+Blue) = 96+63+82=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #603F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603F52 is #9FC0AD. Grayscale: #4A4A4A. Windows color (decimal): -10469550 or 5390176. OLE color: 5390176.
HSL color Cylindrical-coordinate representation of color #603F52: hue angle of 325.45º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #603F52 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 82 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.62 |
| HSL | 325.45º | 0.21% | 0.31% | - |
| HSV(B) | 325.45º | 0.34% | 0.38% | - |
| XYZ | 8.12 | 6.65 | 8.84 | - |
| YUV | 75.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 82 | 0 | 0.34 | 0.15 | 0.62 | 325.45 | 0.21 | 0.31 |
| Hex | 60 | 3F | 52 | 0 | 22 | F | 3E | 145 | 15 | 1F |
| Octal | 140 | 77 | 122 | 0 | 42 | 17 | 76 | 505 | 25 | 37 |
| Binary | 1100000 | 111111 | 1010010 | 0 | 100010 | 1111 | 111110 | 101000101 | 10101 | 11111 |
Color Harmonies of #603F52
Complementary color
Monochromatic Colors of #603F52
Black with #603F52
Text Example
Text Example
White with #603F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F52; }
p { color: rgb(96,63,82); }
H1.HeaderClassName
{
color: #603F52;
}
.AnyTagClassName
{
color: #603F52;
}
</style>
background-color css
<style>
a { background-color: #603F52; }
a { background-color: rgb(96,63,82); }
div.DivClassName
{
background-color: #603F52;
}
.BgClassName
{
background-color: #603F52;
}
</style>
border-color css
<style>
span { border-color: #603F52; }
span { border-color: rgb(96,63,82); }
td.TdClassName
{
border-color: #603F52;
}
.TagClassName
{
border-color: #603F52;
}
</style>