Shades of Finn #70455A
Tints of Finn #70455A
RGB
CMYK
RGB Variations
Color information
#70455A (or 0x70455A) is known color: Finn. HEX triplet: 70, 45 and 5A. RGB value is (112,69,90). Sum of RGB (Red+Green+Blue) = 112+69+90=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #70455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70455A is #8FBAA5. Grayscale: #545454. Windows color (decimal): -9419430 or 5916016. OLE color: 5916016.
HSL color Cylindrical-coordinate representation of color #70455A: hue angle of 330.7º 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 #70455A is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 69 | 90 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.56 |
| HSL | 330.7º | 0.24% | 0.35% | - |
| HSV(B) | 330.7º | 0.38% | 0.44% | - |
| XYZ | 10.66 | 8.44 | 10.74 | - |
| YUV | 84.25 | 131.25 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 69 | 90 | 0 | 0.38 | 0.20 | 0.56 | 330.7 | 0.24 | 0.35 |
| Hex | 70 | 45 | 5A | 0 | 26 | 14 | 38 | 14B | 18 | 23 |
| Octal | 160 | 105 | 132 | 0 | 46 | 24 | 70 | 513 | 30 | 43 |
| Binary | 1110000 | 1000101 | 1011010 | 0 | 100110 | 10100 | 111000 | 101001011 | 11000 | 100011 |
Color Harmonies of #70455A
Complementary color
Monochromatic Colors of #70455A
Black with #70455A
Text Example
Text Example
White with #70455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70455A; }
p { color: rgb(112,69,90); }
H1.HeaderClassName
{
color: #70455A;
}
.AnyTagClassName
{
color: #70455A;
}
</style>
background-color css
<style>
a { background-color: #70455A; }
a { background-color: rgb(112,69,90); }
div.DivClassName
{
background-color: #70455A;
}
.BgClassName
{
background-color: #70455A;
}
</style>
border-color css
<style>
span { border-color: #70455A; }
span { border-color: rgb(112,69,90); }
td.TdClassName
{
border-color: #70455A;
}
.TagClassName
{
border-color: #70455A;
}
</style>