#704250

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

Shades of Finn #704250

Tints of Finn #704250

Color information

#704250 (or 0x704250) is unknown color: approx Finn. HEX triplet: 70, 42 and 50. RGB value is (112,66,80). Sum of RGB (Red+Green+Blue) = 112+66+80=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #704250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704250 is #8FBDAF. Grayscale: #515151. Windows color (decimal): -9420208 or 5259888. OLE color: 5259888.

HSL color Cylindrical-coordinate representation of color #704250: hue angle of 341.74º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #704250 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1126680-
CMYK00.410.290.56
HSL341.74º25.84%34.9%-
HSV(B)341.74º41.07%43.92%-
XYZ10.087.928.59-
YUV81.35127.24149.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 80 (31.64% from 255) = 31.01%
R=43.41%
G=25.58%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112668000.410.290.56341.7425.8434.9
Hex7042500291D381561a23
Octal16010212005135705263243
Binary11100001000010101000001010011110111100010101011011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704250; }

 p { color: rgb(112,66,80); }

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

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

 a { background-color: rgb(112,66,80); }

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

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

 span { border-color: rgb(112,66,80); }

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