Shades of Finn #70444E
Tints of Finn #70444E
RGB
CMYK
RGB Variations
Color information
#70444E (or 0x70444E) is known color: Finn. HEX triplet: 70, 44 and 4E. RGB value is (112,68,78). Sum of RGB (Red+Green+Blue) = 112+68+78=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70444E is #8FBBB1. Grayscale: #525252. Windows color (decimal): -9419698 or 5129328. OLE color: 5129328.
HSL color Cylindrical-coordinate representation of color #70444E: hue angle of 346.36º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70444E is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 68 | 78 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.56 |
| HSL | 346.36º | 0.24% | 0.35% | - |
| HSV(B) | 346.36º | 0.39% | 0.44% | - |
| XYZ | 10.12 | 8.13 | 8.24 | - |
| YUV | 82.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 78 | 0 | 0.39 | 0.30 | 0.56 | 346.36 | 0.24 | 0.35 |
| Hex | 70 | 44 | 4E | 0 | 27 | 1E | 38 | 15A | 18 | 23 |
| Octal | 160 | 104 | 116 | 0 | 47 | 36 | 70 | 532 | 30 | 43 |
| Binary | 1110000 | 1000100 | 1001110 | 0 | 100111 | 11110 | 111000 | 101011010 | 11000 | 100011 |
Color Harmonies of #70444E
Complementary color
Monochromatic Colors of #70444E
Black with #70444E
Text Example
Text Example
White with #70444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70444E; }
p { color: rgb(112,68,78); }
H1.HeaderClassName
{
color: #70444E;
}
.AnyTagClassName
{
color: #70444E;
}
</style>
background-color css
<style>
a { background-color: #70444E; }
a { background-color: rgb(112,68,78); }
div.DivClassName
{
background-color: #70444E;
}
.BgClassName
{
background-color: #70444E;
}
</style>
border-color css
<style>
span { border-color: #70444E; }
span { border-color: rgb(112,68,78); }
td.TdClassName
{
border-color: #70444E;
}
.TagClassName
{
border-color: #70444E;
}
</style>