Shades of Finn #633B52
Tints of Finn #633B52
RGB
CMYK
RGB Variations
Color information
#633B52 (or 0x633B52) is known color: Finn. HEX triplet: 63, 3B and 52. RGB value is (99,59,82). Sum of RGB (Red+Green+Blue) = 99+59+82=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 59 (23.44% from 255 or 24.58% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #633B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633B52 is #9CC4AD. Grayscale: #494949. Windows color (decimal): -10273966 or 5389155. OLE color: 5389155.
HSL color Cylindrical-coordinate representation of color #633B52: hue angle of 325.5º 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 #633B52 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 59 | 82 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.61 |
| HSL | 325.5º | 0.25% | 0.31% | - |
| HSV(B) | 325.5º | 0.4% | 0.39% | - |
| XYZ | 8.23 | 6.39 | 8.78 | - |
| YUV | 73.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 82 | 0 | 0.40 | 0.17 | 0.61 | 325.5 | 0.25 | 0.31 |
| Hex | 63 | 3B | 52 | 0 | 28 | 11 | 3D | 146 | 19 | 1F |
| Octal | 143 | 73 | 122 | 0 | 50 | 21 | 75 | 506 | 31 | 37 |
| Binary | 1100011 | 111011 | 1010010 | 0 | 101000 | 10001 | 111101 | 101000110 | 11001 | 11111 |
Color Harmonies of #633B52
Complementary color
Monochromatic Colors of #633B52
Black with #633B52
Text Example
Text Example
White with #633B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633B52; }
p { color: rgb(99,59,82); }
H1.HeaderClassName
{
color: #633B52;
}
.AnyTagClassName
{
color: #633B52;
}
</style>
background-color css
<style>
a { background-color: #633B52; }
a { background-color: rgb(99,59,82); }
div.DivClassName
{
background-color: #633B52;
}
.BgClassName
{
background-color: #633B52;
}
</style>
border-color css
<style>
span { border-color: #633B52; }
span { border-color: rgb(99,59,82); }
td.TdClassName
{
border-color: #633B52;
}
.TagClassName
{
border-color: #633B52;
}
</style>