Html Css Color HEX #704154 Finn

📋 copy color: '#704154'

red 112 ◦ green 65 ◦ blue 84

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

Shades of Finn #704154

Tints of Finn #704154

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

 BLUE value IS 84 (33.2% from 255) = 32.18%

R = 42.91%
G = 24.9%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#704154 (or 0x704154) is known color: Finn. HEX triplet: 70, 41 and 54. RGB value is (112,65,84). Sum of RGB (Red+Green+Blue) = 112+65+84=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #704154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704154 is #8FBEAB. Grayscale: #515151. Windows color (decimal): -9420460 or 5521776. OLE color: 5521776.

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

Color convert

RGB 112 65 84 -
CMYK 0 0.42 0.25 0.56
HSL 335.74º 0.27% 0.35% -
HSV(B) 335.74º 0.42% 0.44% -
XYZ 10.17 7.87 9.37 -
YUV 81.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 112 65 84 0 0.42 0.25 0.56 335.74 0.27 0.35
Hex 70 41 54 0 2A 19 38 150 1B 23
Octal 160 101 124 0 52 31 70 520 33 43
Binary 1110000 1000001 1010100 0 101010 11001 111000 101010000 11011 100011

Color Harmonies of #704154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704154

Black with #704154

Text Example


Text Example

White with #704154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704154; }

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

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

background-color css

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

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

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

border-color css

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

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

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