Shades of Finn #65425A
Tints of Finn #65425A
RGB
CMYK
RGB Variations
Color information
#65425A (or 0x65425A) is known color: Finn. HEX triplet: 65, 42 and 5A. RGB value is (101,66,90). Sum of RGB (Red+Green+Blue) = 101+66+90=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 101 - color contains mainly: red. Hex color #65425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #65425A is #9ABDA5. Grayscale: #4F4F4F. Windows color (decimal): -10141094 or 5915237. OLE color: 5915237.
HSL color Cylindrical-coordinate representation of color #65425A: hue angle of 318.86º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65425A is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 66 | 90 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.60 |
| HSL | 318.86º | 0.21% | 0.33% | - |
| HSV(B) | 318.86º | 0.35% | 0.4% | - |
| XYZ | 9.16 | 7.4 | 10.62 | - |
| YUV | 79.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 90 | 0 | 0.35 | 0.11 | 0.60 | 318.86 | 0.21 | 0.33 |
| Hex | 65 | 42 | 5A | 0 | 23 | B | 3C | 13F | 15 | 21 |
| Octal | 145 | 102 | 132 | 0 | 43 | 13 | 74 | 477 | 25 | 41 |
| Binary | 1100101 | 1000010 | 1011010 | 0 | 100011 | 1011 | 111100 | 100111111 | 10101 | 100001 |
Color Harmonies of #65425A
Complementary color
Monochromatic Colors of #65425A
Black with #65425A
Text Example
Text Example
White with #65425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65425A; }
p { color: rgb(101,66,90); }
H1.HeaderClassName
{
color: #65425A;
}
.AnyTagClassName
{
color: #65425A;
}
</style>
background-color css
<style>
a { background-color: #65425A; }
a { background-color: rgb(101,66,90); }
div.DivClassName
{
background-color: #65425A;
}
.BgClassName
{
background-color: #65425A;
}
</style>
border-color css
<style>
span { border-color: #65425A; }
span { border-color: rgb(101,66,90); }
td.TdClassName
{
border-color: #65425A;
}
.TagClassName
{
border-color: #65425A;
}
</style>