Shades of Finn #653A50
Tints of Finn #653A50
RGB
CMYK
RGB Variations
Color information
#653A50 (or 0x653A50) is known color: Finn. HEX triplet: 65, 3A and 50. RGB value is (101,58,80). Sum of RGB (Red+Green+Blue) = 101+58+80=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #653A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653A50 is #9AC5AF. Grayscale: #494949. Windows color (decimal): -10143152 or 5257829. OLE color: 5257829.
HSL color Cylindrical-coordinate representation of color #653A50: hue angle of 329.3º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #653A50 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 58 | 80 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.60 |
| HSL | 329.3º | 0.27% | 0.31% | - |
| HSV(B) | 329.3º | 0.43% | 0.4% | - |
| XYZ | 8.33 | 6.37 | 8.38 | - |
| YUV | 73.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 58 | 80 | 0 | 0.43 | 0.21 | 0.60 | 329.3 | 0.27 | 0.31 |
| Hex | 65 | 3A | 50 | 0 | 2B | 15 | 3C | 149 | 1B | 1F |
| Octal | 145 | 72 | 120 | 0 | 53 | 25 | 74 | 511 | 33 | 37 |
| Binary | 1100101 | 111010 | 1010000 | 0 | 101011 | 10101 | 111100 | 101001001 | 11011 | 11111 |
Color Harmonies of #653A50
Complementary color
Monochromatic Colors of #653A50
Black with #653A50
Text Example
Text Example
White with #653A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653A50; }
p { color: rgb(101,58,80); }
H1.HeaderClassName
{
color: #653A50;
}
.AnyTagClassName
{
color: #653A50;
}
</style>
background-color css
<style>
a { background-color: #653A50; }
a { background-color: rgb(101,58,80); }
div.DivClassName
{
background-color: #653A50;
}
.BgClassName
{
background-color: #653A50;
}
</style>
border-color css
<style>
span { border-color: #653A50; }
span { border-color: rgb(101,58,80); }
td.TdClassName
{
border-color: #653A50;
}
.TagClassName
{
border-color: #653A50;
}
</style>