#704255

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

Shades of Finn #704255

Tints of Finn #704255

Color information

#704255 (or 0x704255) is unknown color: approx Finn. HEX triplet: 70, 42 and 55. RGB value is (112,66,85). Sum of RGB (Red+Green+Blue) = 112+66+85=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #704255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704255 is #8FBDAA. Grayscale: #515151. Windows color (decimal): -9420203 or 5587568. OLE color: 5587568.

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

Color convert

RGB1126685-
CMYK00.410.240.56
HSL335.22º25.84%34.9%-
HSV(B)335.22º41.07%43.92%-
XYZ10.2789.6-
YUV81.92129.74149.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.59%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 85 (33.59% from 255) = 32.32%
R=42.59%
G=25.10%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112668500.410.240.56335.2225.8434.9
Hex704255029183814f1a23
Octal16010212505130705173243
Binary11100001000010101010101010011100011100010100111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704255; }

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

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

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

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

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

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

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

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