Shades of Finn #63374F
Tints of Finn #63374F
RGB
CMYK
RGB Variations
Color information
#63374F (or 0x63374F) is known color: Finn. HEX triplet: 63, 37 and 4F. RGB value is (99,55,79). Sum of RGB (Red+Green+Blue) = 99+55+79=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #63374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63374F is #9CC8B0. Grayscale: #464646. Windows color (decimal): -10274993 or 5191523. OLE color: 5191523.
HSL color Cylindrical-coordinate representation of color #63374F: hue angle of 327.27º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #63374F is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 55 | 79 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.61 |
| HSL | 327.27º | 0.29% | 0.3% | - |
| HSV(B) | 327.27º | 0.44% | 0.39% | - |
| XYZ | 7.92 | 5.95 | 8.13 | - |
| YUV | 70.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 55 | 79 | 0 | 0.44 | 0.20 | 0.61 | 327.27 | 0.29 | 0.3 |
| Hex | 63 | 37 | 4F | 0 | 2C | 14 | 3D | 147 | 1D | 1E |
| Octal | 143 | 67 | 117 | 0 | 54 | 24 | 75 | 507 | 35 | 36 |
| Binary | 1100011 | 110111 | 1001111 | 0 | 101100 | 10100 | 111101 | 101000111 | 11101 | 11110 |
Color Harmonies of #63374F
Complementary color
Monochromatic Colors of #63374F
Black with #63374F
Text Example
Text Example
White with #63374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63374F; }
p { color: rgb(99,55,79); }
H1.HeaderClassName
{
color: #63374F;
}
.AnyTagClassName
{
color: #63374F;
}
</style>
background-color css
<style>
a { background-color: #63374F; }
a { background-color: rgb(99,55,79); }
div.DivClassName
{
background-color: #63374F;
}
.BgClassName
{
background-color: #63374F;
}
</style>
border-color css
<style>
span { border-color: #63374F; }
span { border-color: rgb(99,55,79); }
td.TdClassName
{
border-color: #63374F;
}
.TagClassName
{
border-color: #63374F;
}
</style>