Shades of Finn #624252
Tints of Finn #624252
RGB
CMYK
RGB Variations
Color information
#624252 (or 0x624252) is known color: Finn. HEX triplet: 62, 42 and 52. RGB value is (98,66,82). Sum of RGB (Red+Green+Blue) = 98+66+82=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 98 - color contains mainly: red. Hex color #624252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #624252 is #9DBDAD. Grayscale: #4D4D4D. Windows color (decimal): -10337710 or 5390946. OLE color: 5390946.
HSL color Cylindrical-coordinate representation of color #624252: hue angle of 330º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #624252 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 66 | 82 | - |
| CMYK | 0 | 0.33 | 0.16 | 0.62 |
| HSL | 330º | 0.2% | 0.32% | - |
| HSV(B) | 330º | 0.33% | 0.38% | - |
| XYZ | 8.51 | 7.1 | 8.91 | - |
| YUV | 77.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 82 | 0 | 0.33 | 0.16 | 0.62 | 330 | 0.2 | 0.32 |
| Hex | 62 | 42 | 52 | 0 | 21 | 10 | 3E | 14A | 14 | 20 |
| Octal | 142 | 102 | 122 | 0 | 41 | 20 | 76 | 512 | 24 | 40 |
| Binary | 1100010 | 1000010 | 1010010 | 0 | 100001 | 10000 | 111110 | 101001010 | 10100 | 100000 |
Color Harmonies of #624252
Complementary color
Monochromatic Colors of #624252
Black with #624252
Text Example
Text Example
White with #624252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624252; }
p { color: rgb(98,66,82); }
H1.HeaderClassName
{
color: #624252;
}
.AnyTagClassName
{
color: #624252;
}
</style>
background-color css
<style>
a { background-color: #624252; }
a { background-color: rgb(98,66,82); }
div.DivClassName
{
background-color: #624252;
}
.BgClassName
{
background-color: #624252;
}
</style>
border-color css
<style>
span { border-color: #624252; }
span { border-color: rgb(98,66,82); }
td.TdClassName
{
border-color: #624252;
}
.TagClassName
{
border-color: #624252;
}
</style>