Shades of Finn #644158
Tints of Finn #644158
RGB
CMYK
RGB Variations
Color information
#644158 (or 0x644158) is known color: Finn. HEX triplet: 64, 41 and 58. RGB value is (100,65,88). Sum of RGB (Red+Green+Blue) = 100+65+88=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 100 - color contains mainly: red. Hex color #644158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644158 is #9BBEA7. Grayscale: #4E4E4E. Windows color (decimal): -10206888 or 5783908. OLE color: 5783908.
HSL color Cylindrical-coordinate representation of color #644158: hue angle of 320.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #644158 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 88 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.61 |
| HSL | 320.57º | 0.21% | 0.32% | - |
| HSV(B) | 320.57º | 0.35% | 0.39% | - |
| XYZ | 8.91 | 7.19 | 10.15 | - |
| YUV | 78.09 | 133.6 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 88 | 0 | 0.35 | 0.12 | 0.61 | 320.57 | 0.21 | 0.32 |
| Hex | 64 | 41 | 58 | 0 | 23 | C | 3D | 141 | 15 | 20 |
| Octal | 144 | 101 | 130 | 0 | 43 | 14 | 75 | 501 | 25 | 40 |
| Binary | 1100100 | 1000001 | 1011000 | 0 | 100011 | 1100 | 111101 | 101000001 | 10101 | 100000 |
Color Harmonies of #644158
Complementary color
Monochromatic Colors of #644158
Black with #644158
Text Example
Text Example
White with #644158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644158; }
p { color: rgb(100,65,88); }
H1.HeaderClassName
{
color: #644158;
}
.AnyTagClassName
{
color: #644158;
}
</style>
background-color css
<style>
a { background-color: #644158; }
a { background-color: rgb(100,65,88); }
div.DivClassName
{
background-color: #644158;
}
.BgClassName
{
background-color: #644158;
}
</style>
border-color css
<style>
span { border-color: #644158; }
span { border-color: rgb(100,65,88); }
td.TdClassName
{
border-color: #644158;
}
.TagClassName
{
border-color: #644158;
}
</style>