Shades of Finn #70424F
Tints of Finn #70424F
RGB
CMYK
RGB Variations
Color information
#70424F (or 0x70424F) is known color: Finn. HEX triplet: 70, 42 and 4F. RGB value is (112,66,79). Sum of RGB (Red+Green+Blue) = 112+66+79=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70424F is #8FBDB0. Grayscale: #515151. Windows color (decimal): -9420209 or 5194352. OLE color: 5194352.
HSL color Cylindrical-coordinate representation of color #70424F: hue angle of 343.04º 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 #70424F is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 66 | 79 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.56 |
| HSL | 343.04º | 0.26% | 0.35% | - |
| HSV(B) | 343.04º | 0.41% | 0.44% | - |
| XYZ | 10.04 | 7.91 | 8.39 | - |
| YUV | 81.24 | 126.74 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 79 | 0 | 0.41 | 0.29 | 0.56 | 343.04 | 0.26 | 0.35 |
| Hex | 70 | 42 | 4F | 0 | 29 | 1D | 38 | 157 | 1A | 23 |
| Octal | 160 | 102 | 117 | 0 | 51 | 35 | 70 | 527 | 32 | 43 |
| Binary | 1110000 | 1000010 | 1001111 | 0 | 101001 | 11101 | 111000 | 101010111 | 11010 | 100011 |
Color Harmonies of #70424F
Complementary color
Monochromatic Colors of #70424F
Black with #70424F
Text Example
Text Example
White with #70424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70424F; }
p { color: rgb(112,66,79); }
H1.HeaderClassName
{
color: #70424F;
}
.AnyTagClassName
{
color: #70424F;
}
</style>
background-color css
<style>
a { background-color: #70424F; }
a { background-color: rgb(112,66,79); }
div.DivClassName
{
background-color: #70424F;
}
.BgClassName
{
background-color: #70424F;
}
</style>
border-color css
<style>
span { border-color: #70424F; }
span { border-color: rgb(112,66,79); }
td.TdClassName
{
border-color: #70424F;
}
.TagClassName
{
border-color: #70424F;
}
</style>