Shades of Finn #63475A
Tints of Finn #63475A
RGB
CMYK
RGB Variations
Color information
#63475A (or 0x63475A) is known color: Finn. HEX triplet: 63, 47 and 5A. RGB value is (99,71,90). Sum of RGB (Red+Green+Blue) = 99+71+90=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #63475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63475A is #9CB8A5. Grayscale: #515151. Windows color (decimal): -10270886 or 5916515. OLE color: 5916515.
HSL color Cylindrical-coordinate representation of color #63475A: hue angle of 319.29º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #63475A is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 71 | 90 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.61 |
| HSL | 319.29º | 0.16% | 0.33% | - |
| HSV(B) | 319.29º | 0.28% | 0.39% | - |
| XYZ | 9.24 | 7.9 | 10.71 | - |
| YUV | 81.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 90 | 0 | 0.28 | 0.09 | 0.61 | 319.29 | 0.16 | 0.33 |
| Hex | 63 | 47 | 5A | 0 | 1C | 9 | 3D | 13F | 10 | 21 |
| Octal | 143 | 107 | 132 | 0 | 34 | 11 | 75 | 477 | 20 | 41 |
| Binary | 1100011 | 1000111 | 1011010 | 0 | 11100 | 1001 | 111101 | 100111111 | 10000 | 100001 |
Color Harmonies of #63475A
Complementary color
Monochromatic Colors of #63475A
Black with #63475A
Text Example
Text Example
White with #63475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63475A; }
p { color: rgb(99,71,90); }
H1.HeaderClassName
{
color: #63475A;
}
.AnyTagClassName
{
color: #63475A;
}
</style>
background-color css
<style>
a { background-color: #63475A; }
a { background-color: rgb(99,71,90); }
div.DivClassName
{
background-color: #63475A;
}
.BgClassName
{
background-color: #63475A;
}
</style>
border-color css
<style>
span { border-color: #63475A; }
span { border-color: rgb(99,71,90); }
td.TdClassName
{
border-color: #63475A;
}
.TagClassName
{
border-color: #63475A;
}
</style>