Html Css Color HEX #70415D Finn

📋 copy color: '#70415D'

red 112 ◦ green 65 ◦ blue 93

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

Shades of Finn #70415D

Tints of Finn #70415D

RGB

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

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

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

R = 41.48%
G = 24.07%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.56

RGB Variations

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

Color information

#70415D (or 0x70415D) is known color: Finn. HEX triplet: 70, 41 and 5D. RGB value is (112,65,93). Sum of RGB (Red+Green+Blue) = 112+65+93=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #70415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70415D is #8FBEA2. Grayscale: #525252. Windows color (decimal): -9420451 or 6111600. OLE color: 6111600.

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

Color convert

RGB 112 65 93 -
CMYK 0 0.42 0.17 0.56
HSL 324.26º 0.27% 0.35% -
HSV(B) 324.26º 0.42% 0.44% -
XYZ 10.55 8.02 11.35 -
YUV 82.25 134.07 149.22 -
System Red Green Blue C M Y K H S L
Decimal 112 65 93 0 0.42 0.17 0.56 324.26 0.27 0.35
Hex 70 41 5D 0 2A 11 38 144 1B 23
Octal 160 101 135 0 52 21 70 504 33 43
Binary 1110000 1000001 1011101 0 101010 10001 111000 101000100 11011 100011

Color Harmonies of #70415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70415D

Black with #70415D

Text Example


Text Example

White with #70415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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