Shades of Finn #633B51
Tints of Finn #633B51
RGB
CMYK
RGB Variations
Color information
#633B51 (or 0x633B51) is known color: Finn. HEX triplet: 63, 3B and 51. RGB value is (99,59,81). Sum of RGB (Red+Green+Blue) = 99+59+81=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #633B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633B51 is #9CC4AE. Grayscale: #494949. Windows color (decimal): -10273967 or 5323619. OLE color: 5323619.
HSL color Cylindrical-coordinate representation of color #633B51: hue angle of 327º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #633B51 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 59 | 81 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.61 |
| HSL | 327º | 0.25% | 0.31% | - |
| HSV(B) | 327º | 0.4% | 0.39% | - |
| XYZ | 8.19 | 6.37 | 8.58 | - |
| YUV | 73.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 81 | 0 | 0.40 | 0.18 | 0.61 | 327 | 0.25 | 0.31 |
| Hex | 63 | 3B | 51 | 0 | 28 | 12 | 3D | 147 | 19 | 1F |
| Octal | 143 | 73 | 121 | 0 | 50 | 22 | 75 | 507 | 31 | 37 |
| Binary | 1100011 | 111011 | 1010001 | 0 | 101000 | 10010 | 111101 | 101000111 | 11001 | 11111 |
Color Harmonies of #633B51
Complementary color
Monochromatic Colors of #633B51
Black with #633B51
Text Example
Text Example
White with #633B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633B51; }
p { color: rgb(99,59,81); }
H1.HeaderClassName
{
color: #633B51;
}
.AnyTagClassName
{
color: #633B51;
}
</style>
background-color css
<style>
a { background-color: #633B51; }
a { background-color: rgb(99,59,81); }
div.DivClassName
{
background-color: #633B51;
}
.BgClassName
{
background-color: #633B51;
}
</style>
border-color css
<style>
span { border-color: #633B51; }
span { border-color: rgb(99,59,81); }
td.TdClassName
{
border-color: #633B51;
}
.TagClassName
{
border-color: #633B51;
}
</style>