#704051

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

Shades of Finn #704051

Tints of Finn #704051

Color information

#704051 (or 0x704051) is unknown color: approx Finn. HEX triplet: 70, 40 and 51. RGB value is (112,64,81). Sum of RGB (Red+Green+Blue) = 112+64+81=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #704051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704051 is #8FBFAE. Grayscale: #505050. Windows color (decimal): -9420719 or 5324912. OLE color: 5324912.

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

Color convert

RGB1126481-
CMYK00.430.280.56
HSL338.75º27.27%34.51%-
HSV(B)338.75º42.86%43.92%-
XYZ107.718.74-
YUV80.29128.4150.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 81 (32.03% from 255) = 31.52%
R=43.58%
G=24.90%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112648100.430.280.56338.7527.2734.51
Hex70405102B1C381531b23
Octal16010012105334705233343
Binary11100001000000101000101010111110011100010101001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704051; }

 p { color: rgb(112,64,81); }

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

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

 a { background-color: rgb(112,64,81); }

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

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

 span { border-color: rgb(112,64,81); }

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