Shades of Finn #70435D
Tints of Finn #70435D
RGB
CMYK
RGB Variations
Color information
#70435D (or 0x70435D) is known color: Finn. HEX triplet: 70, 43 and 5D. RGB value is (112,67,93). Sum of RGB (Red+Green+Blue) = 112+67+93=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 112 - color contains mainly: red. Hex color #70435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70435D is #8FBCA2. Grayscale: #535353. Windows color (decimal): -9419939 or 6112112. OLE color: 6112112.
HSL color Cylindrical-coordinate representation of color #70435D: hue angle of 325.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70435D is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 67 | 93 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.56 |
| HSL | 325.33º | 0.25% | 0.35% | - |
| HSV(B) | 325.33º | 0.4% | 0.44% | - |
| XYZ | 10.67 | 8.25 | 11.39 | - |
| YUV | 83.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 93 | 0 | 0.40 | 0.17 | 0.56 | 325.33 | 0.25 | 0.35 |
| Hex | 70 | 43 | 5D | 0 | 28 | 11 | 38 | 145 | 19 | 23 |
| Octal | 160 | 103 | 135 | 0 | 50 | 21 | 70 | 505 | 31 | 43 |
| Binary | 1110000 | 1000011 | 1011101 | 0 | 101000 | 10001 | 111000 | 101000101 | 11001 | 100011 |
Color Harmonies of #70435D
Complementary color
Monochromatic Colors of #70435D
Black with #70435D
Text Example
Text Example
White with #70435D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70435D; }
p { color: rgb(112,67,93); }
H1.HeaderClassName
{
color: #70435D;
}
.AnyTagClassName
{
color: #70435D;
}
</style>
background-color css
<style>
a { background-color: #70435D; }
a { background-color: rgb(112,67,93); }
div.DivClassName
{
background-color: #70435D;
}
.BgClassName
{
background-color: #70435D;
}
</style>
border-color css
<style>
span { border-color: #70435D; }
span { border-color: rgb(112,67,93); }
td.TdClassName
{
border-color: #70435D;
}
.TagClassName
{
border-color: #70435D;
}
</style>