Shades of Finn #633B50
Tints of Finn #633B50
RGB
CMYK
RGB Variations
Color information
#633B50 (or 0x633B50) is known color: Finn. HEX triplet: 63, 3B and 50. RGB value is (99,59,80). Sum of RGB (Red+Green+Blue) = 99+59+80=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 99 - color contains mainly: red. Hex color #633B50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633B50 is #9CC4AF. Grayscale: #494949. Windows color (decimal): -10273968 or 5258083. OLE color: 5258083.
HSL color Cylindrical-coordinate representation of color #633B50: hue angle of 328.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 #633B50 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 59 | 80 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.61 |
| HSL | 328.5º | 0.25% | 0.31% | - |
| HSV(B) | 328.5º | 0.4% | 0.39% | - |
| XYZ | 8.16 | 6.36 | 8.39 | - |
| YUV | 73.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 59 | 80 | 0 | 0.40 | 0.19 | 0.61 | 328.5 | 0.25 | 0.31 |
| Hex | 63 | 3B | 50 | 0 | 28 | 13 | 3D | 148 | 19 | 1F |
| Octal | 143 | 73 | 120 | 0 | 50 | 23 | 75 | 510 | 31 | 37 |
| Binary | 1100011 | 111011 | 1010000 | 0 | 101000 | 10011 | 111101 | 101001000 | 11001 | 11111 |
Color Harmonies of #633B50
Complementary color
Monochromatic Colors of #633B50
Black with #633B50
Text Example
Text Example
White with #633B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633B50; }
p { color: rgb(99,59,80); }
H1.HeaderClassName
{
color: #633B50;
}
.AnyTagClassName
{
color: #633B50;
}
</style>
background-color css
<style>
a { background-color: #633B50; }
a { background-color: rgb(99,59,80); }
div.DivClassName
{
background-color: #633B50;
}
.BgClassName
{
background-color: #633B50;
}
</style>
border-color css
<style>
span { border-color: #633B50; }
span { border-color: rgb(99,59,80); }
td.TdClassName
{
border-color: #633B50;
}
.TagClassName
{
border-color: #633B50;
}
</style>