Shades of Finn #633D53
Tints of Finn #633D53
RGB
CMYK
RGB Variations
Color information
#633D53 (or 0x633D53) is known color: Finn. HEX triplet: 63, 3D and 53. RGB value is (99,61,83). Sum of RGB (Red+Green+Blue) = 99+61+83=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #633D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633D53 is #9CC2AC. Grayscale: #4A4A4A. Windows color (decimal): -10273453 or 5455203. OLE color: 5455203.
HSL color Cylindrical-coordinate representation of color #633D53: hue angle of 325.26º 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 #633D53 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 83 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.61 |
| HSL | 325.26º | 0.24% | 0.31% | - |
| HSV(B) | 325.26º | 0.38% | 0.39% | - |
| XYZ | 8.38 | 6.61 | 9.02 | - |
| YUV | 74.87 | 132.59 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 83 | 0 | 0.38 | 0.16 | 0.61 | 325.26 | 0.24 | 0.31 |
| Hex | 63 | 3D | 53 | 0 | 26 | 10 | 3D | 145 | 18 | 1F |
| Octal | 143 | 75 | 123 | 0 | 46 | 20 | 75 | 505 | 30 | 37 |
| Binary | 1100011 | 111101 | 1010011 | 0 | 100110 | 10000 | 111101 | 101000101 | 11000 | 11111 |
Color Harmonies of #633D53
Complementary color
Monochromatic Colors of #633D53
Black with #633D53
Text Example
Text Example
White with #633D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D53; }
p { color: rgb(99,61,83); }
H1.HeaderClassName
{
color: #633D53;
}
.AnyTagClassName
{
color: #633D53;
}
</style>
background-color css
<style>
a { background-color: #633D53; }
a { background-color: rgb(99,61,83); }
div.DivClassName
{
background-color: #633D53;
}
.BgClassName
{
background-color: #633D53;
}
</style>
border-color css
<style>
span { border-color: #633D53; }
span { border-color: rgb(99,61,83); }
td.TdClassName
{
border-color: #633D53;
}
.TagClassName
{
border-color: #633D53;
}
</style>