Html Css Color HEX #704959 Finn

📋 copy color: '#704959'

red 112 ◦ green 73 ◦ blue 89

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

Shades of Finn #704959

Tints of Finn #704959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

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

R = 40.88%
G = 26.64%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#704959 (or 0x704959) is known color: Finn. HEX triplet: 70, 49 and 59. RGB value is (112,73,89). Sum of RGB (Red+Green+Blue) = 112+73+89=274 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.88% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 112 - color contains mainly: red. Hex color #704959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704959 is #8FB6A6. Grayscale: #565656. Windows color (decimal): -9418407 or 5851504. OLE color: 5851504.

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

Color convert

RGB 112 73 89 -
CMYK 0 0.35 0.21 0.56
HSL 335.38º 0.21% 0.36% -
HSV(B) 335.38º 0.35% 0.44% -
XYZ 10.87 8.93 10.6 -
YUV 86.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 112 73 89 0 0.35 0.21 0.56 335.38 0.21 0.36
Hex 70 49 59 0 23 15 38 14F 15 24
Octal 160 111 131 0 43 25 70 517 25 44
Binary 1110000 1001001 1011001 0 100011 10101 111000 101001111 10101 100100

Color Harmonies of #704959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704959

Black with #704959

Text Example


Text Example

White with #704959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704959; }

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

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

background-color css

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

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

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

border-color css

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

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

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