#70395A

Color #70395A Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #70395A

Tints of Finn #70395A

Color information

#70395A (or 0x70395A) is unknown color: approx Finn. HEX triplet: 70, 39 and 5A. RGB value is (112,57,90). Sum of RGB (Red+Green+Blue) = 112+57+90=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70395A is #8FC6A5. Grayscale: #4D4D4D. Windows color (decimal): -9422502 or 5912944. OLE color: 5912944.

HSL color Cylindrical-coordinate representation of color #70395A: hue angle of 324º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70395A is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB1125790-
CMYK00.490.200.56
HSL324º32.54%33.14%-
HSV(B)324º49.11%43.92%-
XYZ9.997.1110.52-
YUV77.21135.22152.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 57 (22.66% from 255) = 22.01%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=43.24%
G=22.01%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112579000.490.200.5632432.5433.14
Hex70395A03114381442121
Octal1607113206124705044141
Binary11100001110011011010011000110100111000101000100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70395A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70395A; }

 p { color: rgb(112,57,90); }

 H1.HeaderClassName
 {
   color: #70395A;
 }
 .AnyTagClassName
 {
   color: #70395A;
 }
</style>
background-color css

<style>
 a { background-color: #70395A; }

 a { background-color: rgb(112,57,90); }

 div.DivClassName
 {
   background-color: #70395A;
 }
 .BgClassName
 {
   background-color: #70395A;
 }
</style>
border-color css

<style>
 span { border-color: #70395A; }

 span { border-color: rgb(112,57,90); }

 td.TdClassName
 {
   border-color: #70395A;
 }
 .TagClassName
 {
   border-color: #70395A;
 }
</style>