#703855

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

Shades of Finn #703855

Tints of Finn #703855

Color information

#703855 (or 0x703855) is unknown color: approx Finn. HEX triplet: 70, 38 and 55. RGB value is (112,56,85). Sum of RGB (Red+Green+Blue) = 112+56+85=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 112 - color contains mainly: red. Hex color #703855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703855 is #8FC7AA. Grayscale: #4B4B4B. Windows color (decimal): -9422763 or 5585008. OLE color: 5585008.

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

Color convert

RGB1125685-
CMYK00.500.240.56
HSL328.93º33.33%32.94%-
HSV(B)328.93º50%43.92%-
XYZ9.746.939.42-
YUV76.05133.05153.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.27%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=44.27%
G=22.13%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112568500.500.240.56328.9333.3332.94
Hex70385503218381492121
Octal1607012506230705114141
Binary11100001110001010101011001011000111000101001001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703855; }

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

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

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

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

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

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

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

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