Shades of Finn #70425E
Tints of Finn #70425E
RGB
CMYK
RGB Variations
Color information
#70425E (or 0x70425E) is known color: Finn. HEX triplet: 70, 42 and 5E. RGB value is (112,66,94). Sum of RGB (Red+Green+Blue) = 112+66+94=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70425E is #8FBDA1. Grayscale: #525252. Windows color (decimal): -9420194 or 6177392. OLE color: 6177392.
HSL color Cylindrical-coordinate representation of color #70425E: hue angle of 323.48º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70425E is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 66 | 94 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.56 |
| HSL | 323.48º | 0.26% | 0.35% | - |
| HSV(B) | 323.48º | 0.41% | 0.44% | - |
| XYZ | 10.65 | 8.15 | 11.6 | - |
| YUV | 82.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 94 | 0 | 0.41 | 0.16 | 0.56 | 323.48 | 0.26 | 0.35 |
| Hex | 70 | 42 | 5E | 0 | 29 | 10 | 38 | 143 | 1A | 23 |
| Octal | 160 | 102 | 136 | 0 | 51 | 20 | 70 | 503 | 32 | 43 |
| Binary | 1110000 | 1000010 | 1011110 | 0 | 101001 | 10000 | 111000 | 101000011 | 11010 | 100011 |
Color Harmonies of #70425E
Complementary color
Monochromatic Colors of #70425E
Black with #70425E
Text Example
Text Example
White with #70425E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70425E; }
p { color: rgb(112,66,94); }
H1.HeaderClassName
{
color: #70425E;
}
.AnyTagClassName
{
color: #70425E;
}
</style>
background-color css
<style>
a { background-color: #70425E; }
a { background-color: rgb(112,66,94); }
div.DivClassName
{
background-color: #70425E;
}
.BgClassName
{
background-color: #70425E;
}
</style>
border-color css
<style>
span { border-color: #70425E; }
span { border-color: rgb(112,66,94); }
td.TdClassName
{
border-color: #70425E;
}
.TagClassName
{
border-color: #70425E;
}
</style>