Shades of Finn #64475B
Tints of Finn #64475B
RGB
CMYK
RGB Variations
Color information
#64475B (or 0x64475B) is known color: Finn. HEX triplet: 64, 47 and 5B. RGB value is (100,71,91). Sum of RGB (Red+Green+Blue) = 100+71+91=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 100 - color contains mainly: red. Hex color #64475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64475B is #9BB8A4. Grayscale: #515151. Windows color (decimal): -10205349 or 5982052. OLE color: 5982052.
HSL color Cylindrical-coordinate representation of color #64475B: hue angle of 318.62º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64475B is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 91 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.61 |
| HSL | 318.62º | 0.17% | 0.34% | - |
| HSV(B) | 318.62º | 0.29% | 0.39% | - |
| XYZ | 9.4 | 7.97 | 10.94 | - |
| YUV | 81.95 | 133.11 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 91 | 0 | 0.29 | 0.09 | 0.61 | 318.62 | 0.17 | 0.34 |
| Hex | 64 | 47 | 5B | 0 | 1D | 9 | 3D | 13F | 11 | 22 |
| Octal | 144 | 107 | 133 | 0 | 35 | 11 | 75 | 477 | 21 | 42 |
| Binary | 1100100 | 1000111 | 1011011 | 0 | 11101 | 1001 | 111101 | 100111111 | 10001 | 100010 |
Color Harmonies of #64475B
Complementary color
Monochromatic Colors of #64475B
Black with #64475B
Text Example
Text Example
White with #64475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64475B; }
p { color: rgb(100,71,91); }
H1.HeaderClassName
{
color: #64475B;
}
.AnyTagClassName
{
color: #64475B;
}
</style>
background-color css
<style>
a { background-color: #64475B; }
a { background-color: rgb(100,71,91); }
div.DivClassName
{
background-color: #64475B;
}
.BgClassName
{
background-color: #64475B;
}
</style>
border-color css
<style>
span { border-color: #64475B; }
span { border-color: rgb(100,71,91); }
td.TdClassName
{
border-color: #64475B;
}
.TagClassName
{
border-color: #64475B;
}
</style>