Shades of Finn #70405A
Tints of Finn #70405A
RGB
CMYK
RGB Variations
Color information
#70405A (or 0x70405A) is known color: Finn. HEX triplet: 70, 40 and 5A. RGB value is (112,64,90). Sum of RGB (Red+Green+Blue) = 112+64+90=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #70405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70405A is #8FBFA5. Grayscale: #515151. Windows color (decimal): -9420710 or 5914736. OLE color: 5914736.
HSL color Cylindrical-coordinate representation of color #70405A: hue angle of 327.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70405A is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 64 | 90 | - |
| CMYK | 0 | 0.43 | 0.20 | 0.56 |
| HSL | 327.5º | 0.27% | 0.35% | - |
| HSV(B) | 327.5º | 0.43% | 0.44% | - |
| XYZ | 10.36 | 7.85 | 10.64 | - |
| YUV | 81.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 90 | 0 | 0.43 | 0.20 | 0.56 | 327.5 | 0.27 | 0.35 |
| Hex | 70 | 40 | 5A | 0 | 2B | 14 | 38 | 148 | 1B | 23 |
| Octal | 160 | 100 | 132 | 0 | 53 | 24 | 70 | 510 | 33 | 43 |
| Binary | 1110000 | 1000000 | 1011010 | 0 | 101011 | 10100 | 111000 | 101001000 | 11011 | 100011 |
Color Harmonies of #70405A
Complementary color
Monochromatic Colors of #70405A
Black with #70405A
Text Example
Text Example
White with #70405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70405A; }
p { color: rgb(112,64,90); }
H1.HeaderClassName
{
color: #70405A;
}
.AnyTagClassName
{
color: #70405A;
}
</style>
background-color css
<style>
a { background-color: #70405A; }
a { background-color: rgb(112,64,90); }
div.DivClassName
{
background-color: #70405A;
}
.BgClassName
{
background-color: #70405A;
}
</style>
border-color css
<style>
span { border-color: #70405A; }
span { border-color: rgb(112,64,90); }
td.TdClassName
{
border-color: #70405A;
}
.TagClassName
{
border-color: #70405A;
}
</style>