Shades of Finn #70425A
Tints of Finn #70425A
RGB
CMYK
RGB Variations
Color information
#70425A (or 0x70425A) is known color: Finn. HEX triplet: 70, 42 and 5A. RGB value is (112,66,90). Sum of RGB (Red+Green+Blue) = 112+66+90=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #70425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70425A is #8FBDA5. Grayscale: #525252. Windows color (decimal): -9420198 or 5915248. OLE color: 5915248.
HSL color Cylindrical-coordinate representation of color #70425A: hue angle of 328.7º 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 #70425A is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 66 | 90 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.56 |
| HSL | 328.7º | 0.26% | 0.35% | - |
| HSV(B) | 328.7º | 0.41% | 0.44% | - |
| XYZ | 10.48 | 8.08 | 10.68 | - |
| YUV | 82.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 90 | 0 | 0.41 | 0.20 | 0.56 | 328.7 | 0.26 | 0.35 |
| Hex | 70 | 42 | 5A | 0 | 29 | 14 | 38 | 149 | 1A | 23 |
| Octal | 160 | 102 | 132 | 0 | 51 | 24 | 70 | 511 | 32 | 43 |
| Binary | 1110000 | 1000010 | 1011010 | 0 | 101001 | 10100 | 111000 | 101001001 | 11010 | 100011 |
Color Harmonies of #70425A
Complementary color
Monochromatic Colors of #70425A
Black with #70425A
Text Example
Text Example
White with #70425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70425A; }
p { color: rgb(112,66,90); }
H1.HeaderClassName
{
color: #70425A;
}
.AnyTagClassName
{
color: #70425A;
}
</style>
background-color css
<style>
a { background-color: #70425A; }
a { background-color: rgb(112,66,90); }
div.DivClassName
{
background-color: #70425A;
}
.BgClassName
{
background-color: #70425A;
}
</style>
border-color css
<style>
span { border-color: #70425A; }
span { border-color: rgb(112,66,90); }
td.TdClassName
{
border-color: #70425A;
}
.TagClassName
{
border-color: #70425A;
}
</style>