Shades of Finn #633D50
Tints of Finn #633D50
RGB
CMYK
RGB Variations
Color information
#633D50 (or 0x633D50) is known color: Finn. HEX triplet: 63, 3D and 50. RGB value is (99,61,80). Sum of RGB (Red+Green+Blue) = 99+61+80=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #633D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633D50 is #9CC2AF. Grayscale: #4A4A4A. Windows color (decimal): -10273456 or 5258595. OLE color: 5258595.
HSL color Cylindrical-coordinate representation of color #633D50: hue angle of 330º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #633D50 is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 80 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.61 |
| HSL | 330º | 0.24% | 0.31% | - |
| HSV(B) | 330º | 0.38% | 0.39% | - |
| XYZ | 8.26 | 6.57 | 8.42 | - |
| YUV | 74.53 | 131.09 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 80 | 0 | 0.38 | 0.19 | 0.61 | 330 | 0.24 | 0.31 |
| Hex | 63 | 3D | 50 | 0 | 26 | 13 | 3D | 14A | 18 | 1F |
| Octal | 143 | 75 | 120 | 0 | 46 | 23 | 75 | 512 | 30 | 37 |
| Binary | 1100011 | 111101 | 1010000 | 0 | 100110 | 10011 | 111101 | 101001010 | 11000 | 11111 |
Color Harmonies of #633D50
Complementary color
Monochromatic Colors of #633D50
Black with #633D50
Text Example
Text Example
White with #633D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D50; }
p { color: rgb(99,61,80); }
H1.HeaderClassName
{
color: #633D50;
}
.AnyTagClassName
{
color: #633D50;
}
</style>
background-color css
<style>
a { background-color: #633D50; }
a { background-color: rgb(99,61,80); }
div.DivClassName
{
background-color: #633D50;
}
.BgClassName
{
background-color: #633D50;
}
</style>
border-color css
<style>
span { border-color: #633D50; }
span { border-color: rgb(99,61,80); }
td.TdClassName
{
border-color: #633D50;
}
.TagClassName
{
border-color: #633D50;
}
</style>