Shades of Finn #653B54
Tints of Finn #653B54
RGB
CMYK
RGB Variations
Color information
#653B54 (or 0x653B54) is known color: Finn. HEX triplet: 65, 3B and 54. RGB value is (101,59,84). Sum of RGB (Red+Green+Blue) = 101+59+84=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #653B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653B54 is #9AC4AB. Grayscale: #4A4A4A. Windows color (decimal): -10142892 or 5520229. OLE color: 5520229.
HSL color Cylindrical-coordinate representation of color #653B54: hue angle of 324.29º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #653B54 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 59 | 84 | - |
| CMYK | 0 | 0.42 | 0.17 | 0.60 |
| HSL | 324.29º | 0.26% | 0.31% | - |
| HSV(B) | 324.29º | 0.42% | 0.4% | - |
| XYZ | 8.53 | 6.53 | 9.2 | - |
| YUV | 74.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 59 | 84 | 0 | 0.42 | 0.17 | 0.60 | 324.29 | 0.26 | 0.31 |
| Hex | 65 | 3B | 54 | 0 | 2A | 11 | 3C | 144 | 1A | 1F |
| Octal | 145 | 73 | 124 | 0 | 52 | 21 | 74 | 504 | 32 | 37 |
| Binary | 1100101 | 111011 | 1010100 | 0 | 101010 | 10001 | 111100 | 101000100 | 11010 | 11111 |
Color Harmonies of #653B54
Complementary color
Monochromatic Colors of #653B54
Black with #653B54
Text Example
Text Example
White with #653B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653B54; }
p { color: rgb(101,59,84); }
H1.HeaderClassName
{
color: #653B54;
}
.AnyTagClassName
{
color: #653B54;
}
</style>
background-color css
<style>
a { background-color: #653B54; }
a { background-color: rgb(101,59,84); }
div.DivClassName
{
background-color: #653B54;
}
.BgClassName
{
background-color: #653B54;
}
</style>
border-color css
<style>
span { border-color: #653B54; }
span { border-color: rgb(101,59,84); }
td.TdClassName
{
border-color: #653B54;
}
.TagClassName
{
border-color: #653B54;
}
</style>