Html Css Color HEX #70475A Finn

📋 copy color: '#70475A'

red 112 ◦ green 71 ◦ blue 90

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

Shades of Finn #70475A

Tints of Finn #70475A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

 BLUE value IS 90 (35.55% from 255) = 32.97%

R = 41.03%
G = 26.01%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70475A (or 0x70475A) is known color: Finn. HEX triplet: 70, 47 and 5A. RGB value is (112,71,90). Sum of RGB (Red+Green+Blue) = 112+71+90=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70475A is #8FB8A5. Grayscale: #555555. Windows color (decimal): -9418918 or 5916528. OLE color: 5916528.

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

Color convert

RGB 112 71 90 -
CMYK 0 0.37 0.20 0.56
HSL 332.2º 0.22% 0.36% -
HSV(B) 332.2º 0.37% 0.44% -
XYZ 10.78 8.69 10.78 -
YUV 85.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 112 71 90 0 0.37 0.20 0.56 332.2 0.22 0.36
Hex 70 47 5A 0 25 14 38 14C 16 24
Octal 160 107 132 0 45 24 70 514 26 44
Binary 1110000 1000111 1011010 0 100101 10100 111000 101001100 10110 100100

Color Harmonies of #70475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70475A

Black with #70475A

Text Example


Text Example

White with #70475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70475A; }

 p { color: rgb(112,71,90); }

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

background-color css

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

 a { background-color: rgb(112,71,90); }

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

border-color css

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

 span { border-color: rgb(112,71,90); }

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