#703954

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

Shades of Finn #703954

Tints of Finn #703954

Color information

#703954 (or 0x703954) is unknown color: approx Finn. HEX triplet: 70, 39 and 54. RGB value is (112,57,84). Sum of RGB (Red+Green+Blue) = 112+57+84=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #703954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703954 is #8FC6AB. Grayscale: #4C4C4C. Windows color (decimal): -9422508 or 5519728. OLE color: 5519728.

HSL color Cylindrical-coordinate representation of color #703954: hue angle of 330.55º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #703954 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB1125784-
CMYK00.490.250.56
HSL330.55º32.54%33.14%-
HSV(B)330.55º49.11%43.92%-
XYZ9.757.019.23-
YUV76.52132.22153.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 84 (33.20% from 255) = 33.20%
R=44.27%
G=22.53%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112578400.490.250.56330.5532.5433.14
Hex703954031193814b2121
Octal1607112406131705134141
Binary11100001110011010100011000111001111000101001011100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703954; }

 p { color: rgb(112,57,84); }

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

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

 a { background-color: rgb(112,57,84); }

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

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

 span { border-color: rgb(112,57,84); }

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