Shades of Finn #644452
Tints of Finn #644452
RGB
CMYK
RGB Variations
Color information
#644452 (or 0x644452) is known color: Finn. HEX triplet: 64, 44 and 52. RGB value is (100,68,82). Sum of RGB (Red+Green+Blue) = 100+68+82=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 100 - color contains mainly: red. Hex color #644452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #644452 is #9BBBAD. Grayscale: #4F4F4F. Windows color (decimal): -10206126 or 5391460. OLE color: 5391460.
HSL color Cylindrical-coordinate representation of color #644452: hue angle of 333.75º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #644452 is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 68 | 82 | - |
| CMYK | 0 | 0.32 | 0.18 | 0.61 |
| HSL | 333.75º | 0.19% | 0.33% | - |
| HSV(B) | 333.75º | 0.32% | 0.39% | - |
| XYZ | 8.85 | 7.45 | 8.95 | - |
| YUV | 79.16 | 129.6 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 82 | 0 | 0.32 | 0.18 | 0.61 | 333.75 | 0.19 | 0.33 |
| Hex | 64 | 44 | 52 | 0 | 20 | 12 | 3D | 14E | 13 | 21 |
| Octal | 144 | 104 | 122 | 0 | 40 | 22 | 75 | 516 | 23 | 41 |
| Binary | 1100100 | 1000100 | 1010010 | 0 | 100000 | 10010 | 111101 | 101001110 | 10011 | 100001 |
Color Harmonies of #644452
Complementary color
Monochromatic Colors of #644452
Black with #644452
Text Example
Text Example
White with #644452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644452; }
p { color: rgb(100,68,82); }
H1.HeaderClassName
{
color: #644452;
}
.AnyTagClassName
{
color: #644452;
}
</style>
background-color css
<style>
a { background-color: #644452; }
a { background-color: rgb(100,68,82); }
div.DivClassName
{
background-color: #644452;
}
.BgClassName
{
background-color: #644452;
}
</style>
border-color css
<style>
span { border-color: #644452; }
span { border-color: rgb(100,68,82); }
td.TdClassName
{
border-color: #644452;
}
.TagClassName
{
border-color: #644452;
}
</style>