#70375A

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

Shades of Finn #70375A

Tints of Finn #70375A

Color information

#70375A (or 0x70375A) is unknown color: approx 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

RGB1125590-
CMYK00.510.200.56
HSL323.16º34.13%32.75%-
HSV(B)323.16º50.89%43.92%-
XYZ9.896.9210.49-
YUV76.03135.88153.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 90 (35.55% from 255) = 35.02%
R=43.58%
G=21.40%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112559000.510.200.56323.1634.1332.75
Hex70375A03314381432221
Octal1606713206324705034241
Binary11100001101111011010011001110100111000101000011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>