Html Css Color HEX #70445D Finn

📋 copy color: '#70445D'

red 112 ◦ green 68 ◦ blue 93

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

Shades of Finn #70445D

Tints of Finn #70445D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.91%

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 41.03%
G = 24.91%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70445D (or 0x70445D) is known color: Finn. HEX triplet: 70, 44 and 5D. RGB value is (112,68,93). Sum of RGB (Red+Green+Blue) = 112+68+93=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 112 - color contains mainly: red. Hex color #70445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70445D is #8FBBA2. Grayscale: #535353. Windows color (decimal): -9419683 or 6112368. OLE color: 6112368.

HSL color Cylindrical-coordinate representation of color #70445D: hue angle of 325.91º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70445D is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 68 93 -
CMYK 0 0.39 0.17 0.56
HSL 325.91º 0.24% 0.35% -
HSV(B) 325.91º 0.39% 0.44% -
XYZ 10.73 8.37 11.41 -
YUV 84.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 112 68 93 0 0.39 0.17 0.56 325.91 0.24 0.35
Hex 70 44 5D 0 27 11 38 146 18 23
Octal 160 104 135 0 47 21 70 506 30 43
Binary 1110000 1000100 1011101 0 100111 10001 111000 101000110 11000 100011

Color Harmonies of #70445D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70445D

Black with #70445D

Text Example


Text Example

White with #70445D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70445D; }

 p { color: rgb(112,68,93); }

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

background-color css

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

 a { background-color: rgb(112,68,93); }

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

border-color css

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

 span { border-color: rgb(112,68,93); }

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