#703852

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

Shades of Finn #703852

Tints of Finn #703852

Color information

#703852 (or 0x703852) is unknown color: approx Finn. HEX triplet: 70, 38 and 52. RGB value is (112,56,82). Sum of RGB (Red+Green+Blue) = 112+56+82=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 112 - color contains mainly: red. Hex color #703852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703852 is #8FC7AD. Grayscale: #4B4B4B. Windows color (decimal): -9422766 or 5388400. OLE color: 5388400.

HSL color Cylindrical-coordinate representation of color #703852: hue angle of 332.14º 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 #703852 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1125682-
CMYK00.500.270.56
HSL332.14º33.33%32.94%-
HSV(B)332.14º50%43.92%-
XYZ9.626.888.8-
YUV75.71131.55153.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.8%
GREEN value IS 56 (22.27% from 255) = 22.4%
BLUE value IS 82 (32.42% from 255) = 32.8%
R=44.8%
G=22.4%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112568200.500.270.56332.1433.3332.94
Hex7038520321B3814c2121
Octal1607012206233705144141
Binary11100001110001010010011001011011111000101001100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703852; }

 p { color: rgb(112,56,82); }

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

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

 a { background-color: rgb(112,56,82); }

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

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

 span { border-color: rgb(112,56,82); }

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