Shades of Finn #643B52
Tints of Finn #643B52
RGB
CMYK
RGB Variations
Color information
#643B52 (or 0x643B52) is known color: Finn. HEX triplet: 64, 3B and 52. RGB value is (100,59,82). Sum of RGB (Red+Green+Blue) = 100+59+82=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #643B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #643B52 is #9BC4AD. Grayscale: #494949. Windows color (decimal): -10208430 or 5389156. OLE color: 5389156.
HSL color Cylindrical-coordinate representation of color #643B52: hue angle of 326.34º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #643B52 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 59 | 82 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.61 |
| HSL | 326.34º | 0.26% | 0.31% | - |
| HSV(B) | 326.34º | 0.41% | 0.39% | - |
| XYZ | 8.34 | 6.45 | 8.79 | - |
| YUV | 73.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 59 | 82 | 0 | 0.41 | 0.18 | 0.61 | 326.34 | 0.26 | 0.31 |
| Hex | 64 | 3B | 52 | 0 | 29 | 12 | 3D | 146 | 1A | 1F |
| Octal | 144 | 73 | 122 | 0 | 51 | 22 | 75 | 506 | 32 | 37 |
| Binary | 1100100 | 111011 | 1010010 | 0 | 101001 | 10010 | 111101 | 101000110 | 11010 | 11111 |
Color Harmonies of #643B52
Complementary color
Monochromatic Colors of #643B52
Black with #643B52
Text Example
Text Example
White with #643B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643B52; }
p { color: rgb(100,59,82); }
H1.HeaderClassName
{
color: #643B52;
}
.AnyTagClassName
{
color: #643B52;
}
</style>
background-color css
<style>
a { background-color: #643B52; }
a { background-color: rgb(100,59,82); }
div.DivClassName
{
background-color: #643B52;
}
.BgClassName
{
background-color: #643B52;
}
</style>
border-color css
<style>
span { border-color: #643B52; }
span { border-color: rgb(100,59,82); }
td.TdClassName
{
border-color: #643B52;
}
.TagClassName
{
border-color: #643B52;
}
</style>