Shades of Finn #70395C
Tints of Finn #70395C
RGB
CMYK
RGB Variations
Color information
#70395C (or 0x70395C) is known color: Finn. HEX triplet: 70, 39 and 5C. RGB value is (112,57,92). Sum of RGB (Red+Green+Blue) = 112+57+92=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #70395C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70395C is #8FC6A3. Grayscale: #4D4D4D. Windows color (decimal): -9422500 or 6044016. OLE color: 6044016.
HSL color Cylindrical-coordinate representation of color #70395C: hue angle of 321.82º 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 #70395C is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 57 | 92 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.56 |
| HSL | 321.82º | 0.33% | 0.33% | - |
| HSV(B) | 321.82º | 0.49% | 0.44% | - |
| XYZ | 10.08 | 7.14 | 10.97 | - |
| YUV | 77.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 92 | 0 | 0.49 | 0.18 | 0.56 | 321.82 | 0.33 | 0.33 |
| Hex | 70 | 39 | 5C | 0 | 31 | 12 | 38 | 142 | 21 | 21 |
| Octal | 160 | 71 | 134 | 0 | 61 | 22 | 70 | 502 | 41 | 41 |
| Binary | 1110000 | 111001 | 1011100 | 0 | 110001 | 10010 | 111000 | 101000010 | 100001 | 100001 |
Color Harmonies of #70395C
Complementary color
Monochromatic Colors of #70395C
Black with #70395C
Text Example
Text Example
White with #70395C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70395C; }
p { color: rgb(112,57,92); }
H1.HeaderClassName
{
color: #70395C;
}
.AnyTagClassName
{
color: #70395C;
}
</style>
background-color css
<style>
a { background-color: #70395C; }
a { background-color: rgb(112,57,92); }
div.DivClassName
{
background-color: #70395C;
}
.BgClassName
{
background-color: #70395C;
}
</style>
border-color css
<style>
span { border-color: #70395C; }
span { border-color: rgb(112,57,92); }
td.TdClassName
{
border-color: #70395C;
}
.TagClassName
{
border-color: #70395C;
}
</style>