Html Css Color HEX #704859 Finn

📋 copy color: '#704859'

red 112 ◦ green 72 ◦ blue 89

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

Shades of Finn #704859

Tints of Finn #704859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

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

R = 41.03%
G = 26.37%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#704859 (or 0x704859) is known color: Finn. HEX triplet: 70, 48 and 59. RGB value is (112,72,89). Sum of RGB (Red+Green+Blue) = 112+72+89=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 89 (35.16% from 255 or 32.60% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #704859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704859 is #8FB7A6. Grayscale: #555555. Windows color (decimal): -9418663 or 5851248. OLE color: 5851248.

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

Color convert

RGB 112 72 89 -
CMYK 0 0.36 0.21 0.56
HSL 334.5º 0.22% 0.36% -
HSV(B) 334.5º 0.36% 0.44% -
XYZ 10.8 8.8 10.58 -
YUV 85.9 129.75 146.62 -
System Red Green Blue C M Y K H S L
Decimal 112 72 89 0 0.36 0.21 0.56 334.5 0.22 0.36
Hex 70 48 59 0 24 15 38 14E 16 24
Octal 160 110 131 0 44 25 70 516 26 44
Binary 1110000 1001000 1011001 0 100100 10101 111000 101001110 10110 100100

Color Harmonies of #704859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704859

Black with #704859

Text Example


Text Example

White with #704859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704859; }

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

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

background-color css

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

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

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

border-color css

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

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

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