Shades of Finn #70454F
Tints of Finn #70454F
RGB
CMYK
RGB Variations
Color information
#70454F (or 0x70454F) is known color: Finn. HEX triplet: 70, 45 and 4F. RGB value is (112,69,79). Sum of RGB (Red+Green+Blue) = 112+69+79=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70454F is #8FBAB0. Grayscale: #535353. Windows color (decimal): -9419441 or 5195120. OLE color: 5195120.
HSL color Cylindrical-coordinate representation of color #70454F: hue angle of 346.05º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70454F is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 69 | 79 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.56 |
| HSL | 346.05º | 0.24% | 0.35% | - |
| HSV(B) | 346.05º | 0.38% | 0.44% | - |
| XYZ | 10.22 | 8.27 | 8.45 | - |
| YUV | 83 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 79 | 0 | 0.38 | 0.29 | 0.56 | 346.05 | 0.24 | 0.35 |
| Hex | 70 | 45 | 4F | 0 | 26 | 1D | 38 | 15A | 18 | 23 |
| Octal | 160 | 105 | 117 | 0 | 46 | 35 | 70 | 532 | 30 | 43 |
| Binary | 1110000 | 1000101 | 1001111 | 0 | 100110 | 11101 | 111000 | 101011010 | 11000 | 100011 |
Color Harmonies of #70454F
Complementary color
Monochromatic Colors of #70454F
Black with #70454F
Text Example
Text Example
White with #70454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70454F; }
p { color: rgb(112,69,79); }
H1.HeaderClassName
{
color: #70454F;
}
.AnyTagClassName
{
color: #70454F;
}
</style>
background-color css
<style>
a { background-color: #70454F; }
a { background-color: rgb(112,69,79); }
div.DivClassName
{
background-color: #70454F;
}
.BgClassName
{
background-color: #70454F;
}
</style>
border-color css
<style>
span { border-color: #70454F; }
span { border-color: rgb(112,69,79); }
td.TdClassName
{
border-color: #70454F;
}
.TagClassName
{
border-color: #70454F;
}
</style>