#704450

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

Shades of Finn #704450

Tints of Finn #704450

Color information

#704450 (or 0x704450) is unknown color: approx Finn. HEX triplet: 70, 44 and 50. RGB value is (112,68,80). Sum of RGB (Red+Green+Blue) = 112+68+80=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #704450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704450 is #8FBBAF. Grayscale: #525252. Windows color (decimal): -9419696 or 5260400. OLE color: 5260400.

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

Color convert

RGB1126880-
CMYK00.390.290.56
HSL343.64º24.44%35.29%-
HSV(B)343.64º39.29%43.92%-
XYZ10.28.168.63-
YUV82.52126.58149.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 68 (26.95% from 255) = 26.15%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=43.08%
G=26.15%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112688000.390.290.56343.6424.4435.29
Hex7044500271D381581823
Octal16010412004735705303043
Binary11100001000100101000001001111110111100010101100011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704450; }

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

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

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

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

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

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

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

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