Shades of Finn #70385C
Tints of Finn #70385C
RGB
CMYK
RGB Variations
Color information
#70385C (or 0x70385C) is known color: Finn. HEX triplet: 70, 38 and 5C. RGB value is (112,56,92). Sum of RGB (Red+Green+Blue) = 112+56+92=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70385C is #8FC7A3. Grayscale: #4C4C4C. Windows color (decimal): -9422756 or 6043760. OLE color: 6043760.
HSL color Cylindrical-coordinate representation of color #70385C: hue angle of 321.43º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70385C is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 56 | 92 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.56 |
| HSL | 321.43º | 0.33% | 0.33% | - |
| HSV(B) | 321.43º | 0.5% | 0.44% | - |
| XYZ | 10.03 | 7.05 | 10.96 | - |
| YUV | 76.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 92 | 0 | 0.50 | 0.18 | 0.56 | 321.43 | 0.33 | 0.33 |
| Hex | 70 | 38 | 5C | 0 | 32 | 12 | 38 | 141 | 21 | 21 |
| Octal | 160 | 70 | 134 | 0 | 62 | 22 | 70 | 501 | 41 | 41 |
| Binary | 1110000 | 111000 | 1011100 | 0 | 110010 | 10010 | 111000 | 101000001 | 100001 | 100001 |
Color Harmonies of #70385C
Complementary color
Monochromatic Colors of #70385C
Black with #70385C
Text Example
Text Example
White with #70385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70385C; }
p { color: rgb(112,56,92); }
H1.HeaderClassName
{
color: #70385C;
}
.AnyTagClassName
{
color: #70385C;
}
</style>
background-color css
<style>
a { background-color: #70385C; }
a { background-color: rgb(112,56,92); }
div.DivClassName
{
background-color: #70385C;
}
.BgClassName
{
background-color: #70385C;
}
</style>
border-color css
<style>
span { border-color: #70385C; }
span { border-color: rgb(112,56,92); }
td.TdClassName
{
border-color: #70385C;
}
.TagClassName
{
border-color: #70385C;
}
</style>