Html Css Color HEX #704151 Finn

📋 copy color: '#704151'

red 112 ◦ green 65 ◦ blue 81

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

Shades of Finn #704151

Tints of Finn #704151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.4%

R = 43.41%
G = 25.19%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#704151 (or 0x704151) is known color: Finn. HEX triplet: 70, 41 and 51. RGB value is (112,65,81). Sum of RGB (Red+Green+Blue) = 112+65+81=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #704151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704151 is #8FBEAE. Grayscale: #505050. Windows color (decimal): -9420463 or 5325168. OLE color: 5325168.

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

Color convert

RGB 112 65 81 -
CMYK 0 0.42 0.28 0.56
HSL 339.57º 0.27% 0.35% -
HSV(B) 339.57º 0.42% 0.44% -
XYZ 10.06 7.82 8.76 -
YUV 80.88 128.07 150.2 -
System Red Green Blue C M Y K H S L
Decimal 112 65 81 0 0.42 0.28 0.56 339.57 0.27 0.35
Hex 70 41 51 0 2A 1C 38 154 1B 23
Octal 160 101 121 0 52 34 70 524 33 43
Binary 1110000 1000001 1010001 0 101010 11100 111000 101010100 11011 100011

Color Harmonies of #704151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704151

Black with #704151

Text Example


Text Example

White with #704151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704151; }

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

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

background-color css

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

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

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

border-color css

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

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

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