Html Css Color HEX #703959 Finn

📋 copy color: '#703959'

red 112 ◦ green 57 ◦ blue 89

#703959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #703959

Tints of Finn #703959

RGB

 RED value IS 112 (44.14% from 255) = 43.41%

 GREEN value IS 57 (22.66% from 255) = 22.09%

 BLUE value IS 89 (35.16% from 255) = 34.5%

R = 43.41%
G = 22.09%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#703959 (or 0x703959) is known color: Finn. HEX triplet: 70, 39 and 59. RGB value is (112,57,89). Sum of RGB (Red+Green+Blue) = 112+57+89=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #703959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703959 is #8FC6A6. Grayscale: #4D4D4D. Windows color (decimal): -9422503 or 5847408. OLE color: 5847408.

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

Color convert

RGB 112 57 89 -
CMYK 0 0.49 0.21 0.56
HSL 325.09º 0.33% 0.33% -
HSV(B) 325.09º 0.49% 0.44% -
XYZ 9.95 7.09 10.3 -
YUV 77.09 134.72 152.9 -
System Red Green Blue C M Y K H S L
Decimal 112 57 89 0 0.49 0.21 0.56 325.09 0.33 0.33
Hex 70 39 59 0 31 15 38 145 21 21
Octal 160 71 131 0 61 25 70 505 41 41
Binary 1110000 111001 1011001 0 110001 10101 111000 101000101 100001 100001

Color Harmonies of #703959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703959

Black with #703959

Text Example


Text Example

White with #703959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703959; }

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

 H1.HeaderClassName
 {
   color: #703959;
 }
 .AnyTagClassName
 {
   color: #703959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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