Shades of Finn #70365A
Tints of Finn #70365A
RGB
CMYK
RGB Variations
Color information
#70365A (or 0x70365A) is known color: Finn. HEX triplet: 70, 36 and 5A. RGB value is (112,54,90). Sum of RGB (Red+Green+Blue) = 112+54+90=256 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.75% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 112 - color contains mainly: red. Hex color #70365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70365A is #8FC9A5. Grayscale: #4B4B4B. Windows color (decimal): -9423270 or 5912176. OLE color: 5912176.
HSL color Cylindrical-coordinate representation of color #70365A: hue angle of 322.76º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70365A is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 90 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.56 |
| HSL | 322.76º | 0.35% | 0.33% | - |
| HSV(B) | 322.76º | 0.52% | 0.44% | - |
| XYZ | 9.85 | 6.82 | 10.47 | - |
| YUV | 75.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 90 | 0 | 0.52 | 0.20 | 0.56 | 322.76 | 0.35 | 0.33 |
| Hex | 70 | 36 | 5A | 0 | 34 | 14 | 38 | 143 | 23 | 21 |
| Octal | 160 | 66 | 132 | 0 | 64 | 24 | 70 | 503 | 43 | 41 |
| Binary | 1110000 | 110110 | 1011010 | 0 | 110100 | 10100 | 111000 | 101000011 | 100011 | 100001 |
Color Harmonies of #70365A
Complementary color
Monochromatic Colors of #70365A
Black with #70365A
Text Example
Text Example
White with #70365A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70365A; }
p { color: rgb(112,54,90); }
H1.HeaderClassName
{
color: #70365A;
}
.AnyTagClassName
{
color: #70365A;
}
</style>
background-color css
<style>
a { background-color: #70365A; }
a { background-color: rgb(112,54,90); }
div.DivClassName
{
background-color: #70365A;
}
.BgClassName
{
background-color: #70365A;
}
</style>
border-color css
<style>
span { border-color: #70365A; }
span { border-color: rgb(112,54,90); }
td.TdClassName
{
border-color: #70365A;
}
.TagClassName
{
border-color: #70365A;
}
</style>