Shades of Finn #644252
Tints of Finn #644252
RGB
CMYK
RGB Variations
Color information
#644252 (or 0x644252) is known color: Finn. HEX triplet: 64, 42 and 52. RGB value is (100,66,82). Sum of RGB (Red+Green+Blue) = 100+66+82=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 100 - color contains mainly: red. Hex color #644252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644252 is #9BBDAD. Grayscale: #4D4D4D. Windows color (decimal): -10206638 or 5390948. OLE color: 5390948.
HSL color Cylindrical-coordinate representation of color #644252: hue angle of 331.76º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #644252 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 66 | 82 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.61 |
| HSL | 331.76º | 0.2% | 0.33% | - |
| HSV(B) | 331.76º | 0.34% | 0.39% | - |
| XYZ | 8.73 | 7.21 | 8.92 | - |
| YUV | 77.99 | 130.26 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 66 | 82 | 0 | 0.34 | 0.18 | 0.61 | 331.76 | 0.2 | 0.33 |
| Hex | 64 | 42 | 52 | 0 | 22 | 12 | 3D | 14C | 14 | 21 |
| Octal | 144 | 102 | 122 | 0 | 42 | 22 | 75 | 514 | 24 | 41 |
| Binary | 1100100 | 1000010 | 1010010 | 0 | 100010 | 10010 | 111101 | 101001100 | 10100 | 100001 |
Color Harmonies of #644252
Complementary color
Monochromatic Colors of #644252
Black with #644252
Text Example
Text Example
White with #644252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644252; }
p { color: rgb(100,66,82); }
H1.HeaderClassName
{
color: #644252;
}
.AnyTagClassName
{
color: #644252;
}
</style>
background-color css
<style>
a { background-color: #644252; }
a { background-color: rgb(100,66,82); }
div.DivClassName
{
background-color: #644252;
}
.BgClassName
{
background-color: #644252;
}
</style>
border-color css
<style>
span { border-color: #644252; }
span { border-color: rgb(100,66,82); }
td.TdClassName
{
border-color: #644252;
}
.TagClassName
{
border-color: #644252;
}
</style>