Shades of Finn #633A54
Tints of Finn #633A54
RGB
CMYK
RGB Variations
Color information
#633A54 (or 0x633A54) is known color: Finn. HEX triplet: 63, 3A and 54. RGB value is (99,58,84). Sum of RGB (Red+Green+Blue) = 99+58+84=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #633A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633A54 is #9CC5AB. Grayscale: #494949. Windows color (decimal): -10274220 or 5519971. OLE color: 5519971.
HSL color Cylindrical-coordinate representation of color #633A54: hue angle of 321.95º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #633A54 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 58 | 84 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.61 |
| HSL | 321.95º | 0.26% | 0.31% | - |
| HSV(B) | 321.95º | 0.41% | 0.39% | - |
| XYZ | 8.26 | 6.32 | 9.17 | - |
| YUV | 73.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 58 | 84 | 0 | 0.41 | 0.15 | 0.61 | 321.95 | 0.26 | 0.31 |
| Hex | 63 | 3A | 54 | 0 | 29 | F | 3D | 142 | 1A | 1F |
| Octal | 143 | 72 | 124 | 0 | 51 | 17 | 75 | 502 | 32 | 37 |
| Binary | 1100011 | 111010 | 1010100 | 0 | 101001 | 1111 | 111101 | 101000010 | 11010 | 11111 |
Color Harmonies of #633A54
Complementary color
Monochromatic Colors of #633A54
Black with #633A54
Text Example
Text Example
White with #633A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633A54; }
p { color: rgb(99,58,84); }
H1.HeaderClassName
{
color: #633A54;
}
.AnyTagClassName
{
color: #633A54;
}
</style>
background-color css
<style>
a { background-color: #633A54; }
a { background-color: rgb(99,58,84); }
div.DivClassName
{
background-color: #633A54;
}
.BgClassName
{
background-color: #633A54;
}
</style>
border-color css
<style>
span { border-color: #633A54; }
span { border-color: rgb(99,58,84); }
td.TdClassName
{
border-color: #633A54;
}
.TagClassName
{
border-color: #633A54;
}
</style>