Shades of Finn #70375A
Tints of Finn #70375A
RGB
CMYK
RGB Variations
Color information
#70375A (or 0x70375A) is known color: Finn. HEX triplet: 70, 37 and 5A. RGB value is (112,55,90). Sum of RGB (Red+Green+Blue) = 112+55+90=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #70375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70375A is #8FC8A5. Grayscale: #4B4B4B. Windows color (decimal): -9423014 or 5912432. OLE color: 5912432.
HSL color Cylindrical-coordinate representation of color #70375A: hue angle of 323.16º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70375A is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 90 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.56 |
| HSL | 323.16º | 0.34% | 0.33% | - |
| HSV(B) | 323.16º | 0.51% | 0.44% | - |
| XYZ | 9.89 | 6.92 | 10.49 | - |
| YUV | 76.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 90 | 0 | 0.51 | 0.20 | 0.56 | 323.16 | 0.34 | 0.33 |
| Hex | 70 | 37 | 5A | 0 | 33 | 14 | 38 | 143 | 22 | 21 |
| Octal | 160 | 67 | 132 | 0 | 63 | 24 | 70 | 503 | 42 | 41 |
| Binary | 1110000 | 110111 | 1011010 | 0 | 110011 | 10100 | 111000 | 101000011 | 100010 | 100001 |
Color Harmonies of #70375A
Complementary color
Monochromatic Colors of #70375A
Black with #70375A
Text Example
Text Example
White with #70375A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70375A; }
p { color: rgb(112,55,90); }
H1.HeaderClassName
{
color: #70375A;
}
.AnyTagClassName
{
color: #70375A;
}
</style>
background-color css
<style>
a { background-color: #70375A; }
a { background-color: rgb(112,55,90); }
div.DivClassName
{
background-color: #70375A;
}
.BgClassName
{
background-color: #70375A;
}
</style>
border-color css
<style>
span { border-color: #70375A; }
span { border-color: rgb(112,55,90); }
td.TdClassName
{
border-color: #70375A;
}
.TagClassName
{
border-color: #70375A;
}
</style>