Shades of Finn #63414F
Tints of Finn #63414F
RGB
CMYK
RGB Variations
Color information
#63414F (or 0x63414F) is known color: Finn. HEX triplet: 63, 41 and 4F. RGB value is (99,65,79). Sum of RGB (Red+Green+Blue) = 99+65+79=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #63414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63414F is #9CBEB0. Grayscale: #4C4C4C. Windows color (decimal): -10272433 or 5194083. OLE color: 5194083.
HSL color Cylindrical-coordinate representation of color #63414F: hue angle of 335.29º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63414F is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 65 | 79 | - |
| CMYK | 0 | 0.34 | 0.20 | 0.61 |
| HSL | 335.29º | 0.21% | 0.32% | - |
| HSV(B) | 335.29º | 0.34% | 0.39% | - |
| XYZ | 8.45 | 7 | 8.3 | - |
| YUV | 76.76 | 129.26 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 79 | 0 | 0.34 | 0.20 | 0.61 | 335.29 | 0.21 | 0.32 |
| Hex | 63 | 41 | 4F | 0 | 22 | 14 | 3D | 14F | 15 | 20 |
| Octal | 143 | 101 | 117 | 0 | 42 | 24 | 75 | 517 | 25 | 40 |
| Binary | 1100011 | 1000001 | 1001111 | 0 | 100010 | 10100 | 111101 | 101001111 | 10101 | 100000 |
Color Harmonies of #63414F
Complementary color
Monochromatic Colors of #63414F
Black with #63414F
Text Example
Text Example
White with #63414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63414F; }
p { color: rgb(99,65,79); }
H1.HeaderClassName
{
color: #63414F;
}
.AnyTagClassName
{
color: #63414F;
}
</style>
background-color css
<style>
a { background-color: #63414F; }
a { background-color: rgb(99,65,79); }
div.DivClassName
{
background-color: #63414F;
}
.BgClassName
{
background-color: #63414F;
}
</style>
border-color css
<style>
span { border-color: #63414F; }
span { border-color: rgb(99,65,79); }
td.TdClassName
{
border-color: #63414F;
}
.TagClassName
{
border-color: #63414F;
}
</style>