Html Css Color HEX #70414E Finn

📋 copy color: '#70414E'

red 112 ◦ green 65 ◦ blue 78

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

Shades of Finn #70414E

Tints of Finn #70414E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.59%

R = 43.92%
G = 25.49%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#70414E (or 0x70414E) is known color: Finn. HEX triplet: 70, 41 and 4E. RGB value is (112,65,78). Sum of RGB (Red+Green+Blue) = 112+65+78=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70414E is #8FBEB1. Grayscale: #505050. Windows color (decimal): -9420466 or 5128560. OLE color: 5128560.

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

Color convert

RGB 112 65 78 -
CMYK 0 0.42 0.30 0.56
HSL 343.4º 0.27% 0.35% -
HSV(B) 343.4º 0.42% 0.44% -
XYZ 9.95 7.78 8.18 -
YUV 80.54 126.57 150.44 -
System Red Green Blue C M Y K H S L
Decimal 112 65 78 0 0.42 0.30 0.56 343.4 0.27 0.35
Hex 70 41 4E 0 2A 1E 38 157 1B 23
Octal 160 101 116 0 52 36 70 527 33 43
Binary 1110000 1000001 1001110 0 101010 11110 111000 101010111 11011 100011

Color Harmonies of #70414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70414E

Black with #70414E

Text Example


Text Example

White with #70414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70414E; }

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

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

background-color css

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

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

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

border-color css

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

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

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