Shades of Finn #70435A
Tints of Finn #70435A
RGB
CMYK
RGB Variations
Color information
#70435A (or 0x70435A) is known color: Finn. HEX triplet: 70, 43 and 5A. RGB value is (112,67,90). Sum of RGB (Red+Green+Blue) = 112+67+90=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #70435A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70435A is #8FBCA5. Grayscale: #535353. Windows color (decimal): -9419942 or 5915504. OLE color: 5915504.
HSL color Cylindrical-coordinate representation of color #70435A: hue angle of 329.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 #70435A is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 67 | 90 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.56 |
| HSL | 329.33º | 0.25% | 0.35% | - |
| HSV(B) | 329.33º | 0.4% | 0.44% | - |
| XYZ | 10.53 | 8.2 | 10.7 | - |
| YUV | 83.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 67 | 90 | 0 | 0.40 | 0.20 | 0.56 | 329.33 | 0.25 | 0.35 |
| Hex | 70 | 43 | 5A | 0 | 28 | 14 | 38 | 149 | 19 | 23 |
| Octal | 160 | 103 | 132 | 0 | 50 | 24 | 70 | 511 | 31 | 43 |
| Binary | 1110000 | 1000011 | 1011010 | 0 | 101000 | 10100 | 111000 | 101001001 | 11001 | 100011 |
Color Harmonies of #70435A
Complementary color
Monochromatic Colors of #70435A
Black with #70435A
Text Example
Text Example
White with #70435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70435A; }
p { color: rgb(112,67,90); }
H1.HeaderClassName
{
color: #70435A;
}
.AnyTagClassName
{
color: #70435A;
}
</style>
background-color css
<style>
a { background-color: #70435A; }
a { background-color: rgb(112,67,90); }
div.DivClassName
{
background-color: #70435A;
}
.BgClassName
{
background-color: #70435A;
}
</style>
border-color css
<style>
span { border-color: #70435A; }
span { border-color: rgb(112,67,90); }
td.TdClassName
{
border-color: #70435A;
}
.TagClassName
{
border-color: #70435A;
}
</style>