Shades of Finn #70415A
Tints of Finn #70415A
RGB
CMYK
RGB Variations
Color information
#70415A (or 0x70415A) is known color: Finn. HEX triplet: 70, 41 and 5A. RGB value is (112,65,90). Sum of RGB (Red+Green+Blue) = 112+65+90=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #70415A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70415A is #8FBEA5. Grayscale: #515151. Windows color (decimal): -9420454 or 5914992. OLE color: 5914992.
HSL color Cylindrical-coordinate representation of color #70415A: hue angle of 328.09º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70415A is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 65 | 90 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.56 |
| HSL | 328.09º | 0.27% | 0.35% | - |
| HSV(B) | 328.09º | 0.42% | 0.44% | - |
| XYZ | 10.42 | 7.96 | 10.66 | - |
| YUV | 81.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 90 | 0 | 0.42 | 0.20 | 0.56 | 328.09 | 0.27 | 0.35 |
| Hex | 70 | 41 | 5A | 0 | 2A | 14 | 38 | 148 | 1B | 23 |
| Octal | 160 | 101 | 132 | 0 | 52 | 24 | 70 | 510 | 33 | 43 |
| Binary | 1110000 | 1000001 | 1011010 | 0 | 101010 | 10100 | 111000 | 101001000 | 11011 | 100011 |
Color Harmonies of #70415A
Complementary color
Monochromatic Colors of #70415A
Black with #70415A
Text Example
Text Example
White with #70415A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70415A; }
p { color: rgb(112,65,90); }
H1.HeaderClassName
{
color: #70415A;
}
.AnyTagClassName
{
color: #70415A;
}
</style>
background-color css
<style>
a { background-color: #70415A; }
a { background-color: rgb(112,65,90); }
div.DivClassName
{
background-color: #70415A;
}
.BgClassName
{
background-color: #70415A;
}
</style>
border-color css
<style>
span { border-color: #70415A; }
span { border-color: rgb(112,65,90); }
td.TdClassName
{
border-color: #70415A;
}
.TagClassName
{
border-color: #70415A;
}
</style>