Shades of Finn #65405A
Tints of Finn #65405A
RGB
CMYK
RGB Variations
Color information
#65405A (or 0x65405A) is known color: Finn. HEX triplet: 65, 40 and 5A. RGB value is (101,64,90). Sum of RGB (Red+Green+Blue) = 101+64+90=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 101 - color contains mainly: red. Hex color #65405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65405A is #9ABFA5. Grayscale: #4D4D4D. Windows color (decimal): -10141606 or 5914725. OLE color: 5914725.
HSL color Cylindrical-coordinate representation of color #65405A: hue angle of 317.84º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65405A is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 64 | 90 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.60 |
| HSL | 317.84º | 0.22% | 0.32% | - |
| HSV(B) | 317.84º | 0.37% | 0.4% | - |
| XYZ | 9.05 | 7.17 | 10.58 | - |
| YUV | 78.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 64 | 90 | 0 | 0.37 | 0.11 | 0.60 | 317.84 | 0.22 | 0.32 |
| Hex | 65 | 40 | 5A | 0 | 25 | B | 3C | 13E | 16 | 20 |
| Octal | 145 | 100 | 132 | 0 | 45 | 13 | 74 | 476 | 26 | 40 |
| Binary | 1100101 | 1000000 | 1011010 | 0 | 100101 | 1011 | 111100 | 100111110 | 10110 | 100000 |
Color Harmonies of #65405A
Complementary color
Monochromatic Colors of #65405A
Black with #65405A
Text Example
Text Example
White with #65405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65405A; }
p { color: rgb(101,64,90); }
H1.HeaderClassName
{
color: #65405A;
}
.AnyTagClassName
{
color: #65405A;
}
</style>
background-color css
<style>
a { background-color: #65405A; }
a { background-color: rgb(101,64,90); }
div.DivClassName
{
background-color: #65405A;
}
.BgClassName
{
background-color: #65405A;
}
</style>
border-color css
<style>
span { border-color: #65405A; }
span { border-color: rgb(101,64,90); }
td.TdClassName
{
border-color: #65405A;
}
.TagClassName
{
border-color: #65405A;
}
</style>