Shades of Finn #70394F
Tints of Finn #70394F
RGB
CMYK
RGB Variations
Color information
#70394F (or 0x70394F) is known color: Finn. HEX triplet: 70, 39 and 4F. RGB value is (112,57,79). Sum of RGB (Red+Green+Blue) = 112+57+79=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #70394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70394F is #8FC6B0. Grayscale: #4B4B4B. Windows color (decimal): -9422513 or 5192048. OLE color: 5192048.
HSL color Cylindrical-coordinate representation of color #70394F: hue angle of 336º 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 #70394F is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 57 | 79 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.56 |
| HSL | 336º | 0.33% | 0.33% | - |
| HSV(B) | 336º | 0.49% | 0.44% | - |
| XYZ | 9.56 | 6.94 | 8.23 | - |
| YUV | 75.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 57 | 79 | 0 | 0.49 | 0.29 | 0.56 | 336 | 0.33 | 0.33 |
| Hex | 70 | 39 | 4F | 0 | 31 | 1D | 38 | 150 | 21 | 21 |
| Octal | 160 | 71 | 117 | 0 | 61 | 35 | 70 | 520 | 41 | 41 |
| Binary | 1110000 | 111001 | 1001111 | 0 | 110001 | 11101 | 111000 | 101010000 | 100001 | 100001 |
Color Harmonies of #70394F
Complementary color
Monochromatic Colors of #70394F
Black with #70394F
Text Example
Text Example
White with #70394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70394F; }
p { color: rgb(112,57,79); }
H1.HeaderClassName
{
color: #70394F;
}
.AnyTagClassName
{
color: #70394F;
}
</style>
background-color css
<style>
a { background-color: #70394F; }
a { background-color: rgb(112,57,79); }
div.DivClassName
{
background-color: #70394F;
}
.BgClassName
{
background-color: #70394F;
}
</style>
border-color css
<style>
span { border-color: #70394F; }
span { border-color: rgb(112,57,79); }
td.TdClassName
{
border-color: #70394F;
}
.TagClassName
{
border-color: #70394F;
}
</style>