#704253

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

Shades of Finn #704253

Tints of Finn #704253

Color information

#704253 (or 0x704253) is unknown color: approx Finn. HEX triplet: 70, 42 and 53. RGB value is (112,66,83). Sum of RGB (Red+Green+Blue) = 112+66+83=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #704253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704253 is #8FBDAC. Grayscale: #515151. Windows color (decimal): -9420205 or 5456496. OLE color: 5456496.

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

Color convert

RGB1126683-
CMYK00.410.260.56
HSL337.83º25.84%34.9%-
HSV(B)337.83º41.07%43.92%-
XYZ10.197.979.18-
YUV81.69128.74149.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.91%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 83 (32.81% from 255) = 31.80%
R=42.91%
G=25.29%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112668300.410.260.56337.8325.8434.9
Hex7042530291A381521a23
Octal16010212305132705223243
Binary11100001000010101001101010011101011100010101001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704253; }

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

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

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

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

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

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

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

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