Shades of Finn #633C50
Tints of Finn #633C50
RGB
CMYK
RGB Variations
Color information
#633C50 (or 0x633C50) is known color: Finn. HEX triplet: 63, 3C and 50. RGB value is (99,60,80). Sum of RGB (Red+Green+Blue) = 99+60+80=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #633C50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633C50 is #9CC3AF. Grayscale: #494949. Windows color (decimal): -10273712 or 5258339. OLE color: 5258339.
HSL color Cylindrical-coordinate representation of color #633C50: hue angle of 329.23º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #633C50 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 80 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.61 |
| HSL | 329.23º | 0.25% | 0.31% | - |
| HSV(B) | 329.23º | 0.39% | 0.39% | - |
| XYZ | 8.21 | 6.46 | 8.4 | - |
| YUV | 73.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 80 | 0 | 0.39 | 0.19 | 0.61 | 329.23 | 0.25 | 0.31 |
| Hex | 63 | 3C | 50 | 0 | 27 | 13 | 3D | 149 | 19 | 1F |
| Octal | 143 | 74 | 120 | 0 | 47 | 23 | 75 | 511 | 31 | 37 |
| Binary | 1100011 | 111100 | 1010000 | 0 | 100111 | 10011 | 111101 | 101001001 | 11001 | 11111 |
Color Harmonies of #633C50
Complementary color
Monochromatic Colors of #633C50
Black with #633C50
Text Example
Text Example
White with #633C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C50; }
p { color: rgb(99,60,80); }
H1.HeaderClassName
{
color: #633C50;
}
.AnyTagClassName
{
color: #633C50;
}
</style>
background-color css
<style>
a { background-color: #633C50; }
a { background-color: rgb(99,60,80); }
div.DivClassName
{
background-color: #633C50;
}
.BgClassName
{
background-color: #633C50;
}
</style>
border-color css
<style>
span { border-color: #633C50; }
span { border-color: rgb(99,60,80); }
td.TdClassName
{
border-color: #633C50;
}
.TagClassName
{
border-color: #633C50;
}
</style>