Shades of Finn #70355A
Tints of Finn #70355A
RGB
CMYK
RGB Variations
Color information
#70355A (or 0x70355A) is known color: Finn. HEX triplet: 70, 35 and 5A. RGB value is (112,53,90). Sum of RGB (Red+Green+Blue) = 112+53+90=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70355A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70355A is #8FCAA5. Grayscale: #4A4A4A. Windows color (decimal): -9423526 or 5911920. OLE color: 5911920.
HSL color Cylindrical-coordinate representation of color #70355A: hue angle of 322.37º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70355A is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 90 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.56 |
| HSL | 322.37º | 0.36% | 0.32% | - |
| HSV(B) | 322.37º | 0.53% | 0.44% | - |
| XYZ | 9.8 | 6.73 | 10.46 | - |
| YUV | 74.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 90 | 0 | 0.53 | 0.20 | 0.56 | 322.37 | 0.36 | 0.32 |
| Hex | 70 | 35 | 5A | 0 | 35 | 14 | 38 | 142 | 24 | 20 |
| Octal | 160 | 65 | 132 | 0 | 65 | 24 | 70 | 502 | 44 | 40 |
| Binary | 1110000 | 110101 | 1011010 | 0 | 110101 | 10100 | 111000 | 101000010 | 100100 | 100000 |
Color Harmonies of #70355A
Complementary color
Monochromatic Colors of #70355A
Black with #70355A
Text Example
Text Example
White with #70355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70355A; }
p { color: rgb(112,53,90); }
H1.HeaderClassName
{
color: #70355A;
}
.AnyTagClassName
{
color: #70355A;
}
</style>
background-color css
<style>
a { background-color: #70355A; }
a { background-color: rgb(112,53,90); }
div.DivClassName
{
background-color: #70355A;
}
.BgClassName
{
background-color: #70355A;
}
</style>
border-color css
<style>
span { border-color: #70355A; }
span { border-color: rgb(112,53,90); }
td.TdClassName
{
border-color: #70355A;
}
.TagClassName
{
border-color: #70355A;
}
</style>