#704153

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

Shades of Finn #704153

Tints of Finn #704153

Color information

#704153 (or 0x704153) is unknown color: approx Finn. HEX triplet: 70, 41 and 53. RGB value is (112,65,83). Sum of RGB (Red+Green+Blue) = 112+65+83=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #704153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704153 is #8FBEAC. Grayscale: #515151. Windows color (decimal): -9420461 or 5456240. OLE color: 5456240.

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

Color convert

RGB1126583-
CMYK00.420.260.56
HSL337.02º26.55%34.71%-
HSV(B)337.02º41.96%43.92%-
XYZ10.137.859.16-
YUV81.1129.07150.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 83 (32.81% from 255) = 31.92%
R=43.08%
G=25%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112658300.420.260.56337.0226.5534.71
Hex70415302A1A381511b23
Octal16010112305232705213343
Binary11100001000001101001101010101101011100010101000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704153; }

 p { color: rgb(112,65,83); }

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

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

 a { background-color: rgb(112,65,83); }

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

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

 span { border-color: rgb(112,65,83); }

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