Shades of Finn #70395D
Tints of Finn #70395D
RGB
CMYK
RGB Variations
Color information
#70395D (or 0x70395D) is known color: Finn. HEX triplet: 70, 39 and 5D. RGB value is (112,57,93). Sum of RGB (Red+Green+Blue) = 112+57+93=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #70395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70395D is #8FC6A2. Grayscale: #4D4D4D. Windows color (decimal): -9422499 or 6109552. OLE color: 6109552.
HSL color Cylindrical-coordinate representation of color #70395D: hue angle of 320.73º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70395D is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 57 | 93 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.56 |
| HSL | 320.73º | 0.33% | 0.33% | - |
| HSV(B) | 320.73º | 0.49% | 0.44% | - |
| XYZ | 10.12 | 7.16 | 11.2 | - |
| YUV | 77.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 93 | 0 | 0.49 | 0.17 | 0.56 | 320.73 | 0.33 | 0.33 |
| Hex | 70 | 39 | 5D | 0 | 31 | 11 | 38 | 141 | 21 | 21 |
| Octal | 160 | 71 | 135 | 0 | 61 | 21 | 70 | 501 | 41 | 41 |
| Binary | 1110000 | 111001 | 1011101 | 0 | 110001 | 10001 | 111000 | 101000001 | 100001 | 100001 |
Color Harmonies of #70395D
Complementary color
Monochromatic Colors of #70395D
Black with #70395D
Text Example
Text Example
White with #70395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70395D; }
p { color: rgb(112,57,93); }
H1.HeaderClassName
{
color: #70395D;
}
.AnyTagClassName
{
color: #70395D;
}
</style>
background-color css
<style>
a { background-color: #70395D; }
a { background-color: rgb(112,57,93); }
div.DivClassName
{
background-color: #70395D;
}
.BgClassName
{
background-color: #70395D;
}
</style>
border-color css
<style>
span { border-color: #70395D; }
span { border-color: rgb(112,57,93); }
td.TdClassName
{
border-color: #70395D;
}
.TagClassName
{
border-color: #70395D;
}
</style>