Shades of Finn #70475B
Tints of Finn #70475B
RGB
CMYK
RGB Variations
Color information
#70475B (or 0x70475B) is known color: Finn. HEX triplet: 70, 47 and 5B. RGB value is (112,71,91). Sum of RGB (Red+Green+Blue) = 112+71+91=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #70475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70475B is #8FB8A4. Grayscale: #555555. Windows color (decimal): -9418917 or 5982064. OLE color: 5982064.
HSL color Cylindrical-coordinate representation of color #70475B: hue angle of 330.73º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70475B is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 71 | 91 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.56 |
| HSL | 330.73º | 0.22% | 0.36% | - |
| HSV(B) | 330.73º | 0.37% | 0.44% | - |
| XYZ | 10.82 | 8.71 | 11.01 | - |
| YUV | 85.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 71 | 91 | 0 | 0.37 | 0.19 | 0.56 | 330.73 | 0.22 | 0.36 |
| Hex | 70 | 47 | 5B | 0 | 25 | 13 | 38 | 14B | 16 | 24 |
| Octal | 160 | 107 | 133 | 0 | 45 | 23 | 70 | 513 | 26 | 44 |
| Binary | 1110000 | 1000111 | 1011011 | 0 | 100101 | 10011 | 111000 | 101001011 | 10110 | 100100 |
Color Harmonies of #70475B
Complementary color
Monochromatic Colors of #70475B
Black with #70475B
Text Example
Text Example
White with #70475B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70475B; }
p { color: rgb(112,71,91); }
H1.HeaderClassName
{
color: #70475B;
}
.AnyTagClassName
{
color: #70475B;
}
</style>
background-color css
<style>
a { background-color: #70475B; }
a { background-color: rgb(112,71,91); }
div.DivClassName
{
background-color: #70475B;
}
.BgClassName
{
background-color: #70475B;
}
</style>
border-color css
<style>
span { border-color: #70475B; }
span { border-color: rgb(112,71,91); }
td.TdClassName
{
border-color: #70475B;
}
.TagClassName
{
border-color: #70475B;
}
</style>