Shades of Finn #633E52
Tints of Finn #633E52
RGB
CMYK
RGB Variations
Color information
#633E52 (or 0x633E52) is known color: Finn. HEX triplet: 63, 3E and 52. RGB value is (99,62,82). Sum of RGB (Red+Green+Blue) = 99+62+82=243 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.74% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 99 - color contains mainly: red. Hex color #633E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633E52 is #9CC1AD. Grayscale: #4B4B4B. Windows color (decimal): -10273198 or 5389923. OLE color: 5389923.
HSL color Cylindrical-coordinate representation of color #633E52: hue angle of 327.57º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #633E52 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 62 | 82 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.61 |
| HSL | 327.57º | 0.23% | 0.32% | - |
| HSV(B) | 327.57º | 0.37% | 0.39% | - |
| XYZ | 8.39 | 6.71 | 8.83 | - |
| YUV | 75.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 62 | 82 | 0 | 0.37 | 0.17 | 0.61 | 327.57 | 0.23 | 0.32 |
| Hex | 63 | 3E | 52 | 0 | 25 | 11 | 3D | 148 | 17 | 20 |
| Octal | 143 | 76 | 122 | 0 | 45 | 21 | 75 | 510 | 27 | 40 |
| Binary | 1100011 | 111110 | 1010010 | 0 | 100101 | 10001 | 111101 | 101001000 | 10111 | 100000 |
Color Harmonies of #633E52
Complementary color
Monochromatic Colors of #633E52
Black with #633E52
Text Example
Text Example
White with #633E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633E52; }
p { color: rgb(99,62,82); }
H1.HeaderClassName
{
color: #633E52;
}
.AnyTagClassName
{
color: #633E52;
}
</style>
background-color css
<style>
a { background-color: #633E52; }
a { background-color: rgb(99,62,82); }
div.DivClassName
{
background-color: #633E52;
}
.BgClassName
{
background-color: #633E52;
}
</style>
border-color css
<style>
span { border-color: #633E52; }
span { border-color: rgb(99,62,82); }
td.TdClassName
{
border-color: #633E52;
}
.TagClassName
{
border-color: #633E52;
}
</style>