Shades of Finn #70424E
Tints of Finn #70424E
RGB
CMYK
RGB Variations
Color information
#70424E (or 0x70424E) is known color: Finn. HEX triplet: 70, 42 and 4E. RGB value is (112,66,78). Sum of RGB (Red+Green+Blue) = 112+66+78=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70424E is #8FBDB1. Grayscale: #515151. Windows color (decimal): -9420210 or 5128816. OLE color: 5128816.
HSL color Cylindrical-coordinate representation of color #70424E: hue angle of 344.35º 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 #70424E is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 66 | 78 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.56 |
| HSL | 344.35º | 0.26% | 0.35% | - |
| HSV(B) | 344.35º | 0.41% | 0.44% | - |
| XYZ | 10.01 | 7.89 | 8.2 | - |
| YUV | 81.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 66 | 78 | 0 | 0.41 | 0.30 | 0.56 | 344.35 | 0.26 | 0.35 |
| Hex | 70 | 42 | 4E | 0 | 29 | 1E | 38 | 158 | 1A | 23 |
| Octal | 160 | 102 | 116 | 0 | 51 | 36 | 70 | 530 | 32 | 43 |
| Binary | 1110000 | 1000010 | 1001110 | 0 | 101001 | 11110 | 111000 | 101011000 | 11010 | 100011 |
Color Harmonies of #70424E
Complementary color
Monochromatic Colors of #70424E
Black with #70424E
Text Example
Text Example
White with #70424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70424E; }
p { color: rgb(112,66,78); }
H1.HeaderClassName
{
color: #70424E;
}
.AnyTagClassName
{
color: #70424E;
}
</style>
background-color css
<style>
a { background-color: #70424E; }
a { background-color: rgb(112,66,78); }
div.DivClassName
{
background-color: #70424E;
}
.BgClassName
{
background-color: #70424E;
}
</style>
border-color css
<style>
span { border-color: #70424E; }
span { border-color: rgb(112,66,78); }
td.TdClassName
{
border-color: #70424E;
}
.TagClassName
{
border-color: #70424E;
}
</style>