Shades of Finn #63394F
Tints of Finn #63394F
RGB
CMYK
RGB Variations
Color information
#63394F (or 0x63394F) is known color: Finn. HEX triplet: 63, 39 and 4F. RGB value is (99,57,79). Sum of RGB (Red+Green+Blue) = 99+57+79=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #63394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63394F is #9CC6B0. Grayscale: #484848. Windows color (decimal): -10274481 or 5192035. OLE color: 5192035.
HSL color Cylindrical-coordinate representation of color #63394F: hue angle of 328.57º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63394F is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 57 | 79 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.61 |
| HSL | 328.57º | 0.27% | 0.31% | - |
| HSV(B) | 328.57º | 0.42% | 0.39% | - |
| XYZ | 8.02 | 6.14 | 8.16 | - |
| YUV | 72.07 | 131.91 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 57 | 79 | 0 | 0.42 | 0.20 | 0.61 | 328.57 | 0.27 | 0.31 |
| Hex | 63 | 39 | 4F | 0 | 2A | 14 | 3D | 149 | 1B | 1F |
| Octal | 143 | 71 | 117 | 0 | 52 | 24 | 75 | 511 | 33 | 37 |
| Binary | 1100011 | 111001 | 1001111 | 0 | 101010 | 10100 | 111101 | 101001001 | 11011 | 11111 |
Color Harmonies of #63394F
Complementary color
Monochromatic Colors of #63394F
Black with #63394F
Text Example
Text Example
White with #63394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63394F; }
p { color: rgb(99,57,79); }
H1.HeaderClassName
{
color: #63394F;
}
.AnyTagClassName
{
color: #63394F;
}
</style>
background-color css
<style>
a { background-color: #63394F; }
a { background-color: rgb(99,57,79); }
div.DivClassName
{
background-color: #63394F;
}
.BgClassName
{
background-color: #63394F;
}
</style>
border-color css
<style>
span { border-color: #63394F; }
span { border-color: rgb(99,57,79); }
td.TdClassName
{
border-color: #63394F;
}
.TagClassName
{
border-color: #63394F;
}
</style>