Shades of Finn #70445B
Tints of Finn #70445B
RGB
CMYK
RGB Variations
Color information
#70445B (or 0x70445B) is known color: Finn. HEX triplet: 70, 44 and 5B. RGB value is (112,68,91). Sum of RGB (Red+Green+Blue) = 112+68+91=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #70445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70445B is #8FBBA4. Grayscale: #535353. Windows color (decimal): -9419685 or 5981296. OLE color: 5981296.
HSL color Cylindrical-coordinate representation of color #70445B: hue angle of 328.64º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70445B is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 68 | 91 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.56 |
| HSL | 328.64º | 0.24% | 0.35% | - |
| HSV(B) | 328.64º | 0.39% | 0.44% | - |
| XYZ | 10.64 | 8.33 | 10.95 | - |
| YUV | 83.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 68 | 91 | 0 | 0.39 | 0.19 | 0.56 | 328.64 | 0.24 | 0.35 |
| Hex | 70 | 44 | 5B | 0 | 27 | 13 | 38 | 149 | 18 | 23 |
| Octal | 160 | 104 | 133 | 0 | 47 | 23 | 70 | 511 | 30 | 43 |
| Binary | 1110000 | 1000100 | 1011011 | 0 | 100111 | 10011 | 111000 | 101001001 | 11000 | 100011 |
Color Harmonies of #70445B
Complementary color
Monochromatic Colors of #70445B
Black with #70445B
Text Example
Text Example
White with #70445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70445B; }
p { color: rgb(112,68,91); }
H1.HeaderClassName
{
color: #70445B;
}
.AnyTagClassName
{
color: #70445B;
}
</style>
background-color css
<style>
a { background-color: #70445B; }
a { background-color: rgb(112,68,91); }
div.DivClassName
{
background-color: #70445B;
}
.BgClassName
{
background-color: #70445B;
}
</style>
border-color css
<style>
span { border-color: #70445B; }
span { border-color: rgb(112,68,91); }
td.TdClassName
{
border-color: #70445B;
}
.TagClassName
{
border-color: #70445B;
}
</style>