Shades of Finn #64394F
Tints of Finn #64394F
RGB
CMYK
RGB Variations
Color information
#64394F (or 0x64394F) is known color: Finn. HEX triplet: 64, 39 and 4F. RGB value is (100,57,79). Sum of RGB (Red+Green+Blue) = 100+57+79=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #64394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64394F is #9BC6B0. Grayscale: #484848. Windows color (decimal): -10208945 or 5192036. OLE color: 5192036.
HSL color Cylindrical-coordinate representation of color #64394F: hue angle of 329.3º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64394F is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 57 | 79 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.61 |
| HSL | 329.3º | 0.27% | 0.31% | - |
| HSV(B) | 329.3º | 0.43% | 0.39% | - |
| XYZ | 8.13 | 6.2 | 8.17 | - |
| YUV | 72.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 79 | 0 | 0.43 | 0.21 | 0.61 | 329.3 | 0.27 | 0.31 |
| Hex | 64 | 39 | 4F | 0 | 2B | 15 | 3D | 149 | 1B | 1F |
| Octal | 144 | 71 | 117 | 0 | 53 | 25 | 75 | 511 | 33 | 37 |
| Binary | 1100100 | 111001 | 1001111 | 0 | 101011 | 10101 | 111101 | 101001001 | 11011 | 11111 |
Color Harmonies of #64394F
Complementary color
Monochromatic Colors of #64394F
Black with #64394F
Text Example
Text Example
White with #64394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64394F; }
p { color: rgb(100,57,79); }
H1.HeaderClassName
{
color: #64394F;
}
.AnyTagClassName
{
color: #64394F;
}
</style>
background-color css
<style>
a { background-color: #64394F; }
a { background-color: rgb(100,57,79); }
div.DivClassName
{
background-color: #64394F;
}
.BgClassName
{
background-color: #64394F;
}
</style>
border-color css
<style>
span { border-color: #64394F; }
span { border-color: rgb(100,57,79); }
td.TdClassName
{
border-color: #64394F;
}
.TagClassName
{
border-color: #64394F;
}
</style>