#703A5B

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

Shades of Finn #703A5B

Tints of Finn #703A5B

Color information

#703A5B (or 0x703A5B) is unknown color: approx Finn. HEX triplet: 70, 3A and 5B. RGB value is (112,58,91). Sum of RGB (Red+Green+Blue) = 112+58+91=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #703A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A5B is #8FC5A4. Grayscale: #4D4D4D. Windows color (decimal): -9422245 or 5978736. OLE color: 5978736.

HSL color Cylindrical-coordinate representation of color #703A5B: hue angle of 323.33º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #703A5B is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB1125891-
CMYK00.480.190.56
HSL323.33º31.76%33.33%-
HSV(B)323.33º48.21%43.92%-
XYZ10.087.2310.76-
YUV77.91135.39152.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 58 (23.05% from 255) = 22.22%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=42.91%
G=22.22%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112589100.480.190.56323.3331.7633.33
Hex703A5B03013381432021
Octal1607213306023705034041
Binary11100001110101011011011000010011111000101000011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703A5B; }

 p { color: rgb(112,58,91); }

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

<style>
 a { background-color: #703A5B; }

 a { background-color: rgb(112,58,91); }

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

<style>
 span { border-color: #703A5B; }

 span { border-color: rgb(112,58,91); }

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