Html Css Color HEX #70405E Finn

📋 copy color: '#70405E'

red 112 ◦ green 64 ◦ blue 94

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

Shades of Finn #70405E

Tints of Finn #70405E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.7%

 BLUE value IS 94 (37.11% from 255) = 34.81%

R = 41.48%
G = 23.7%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70405E (or 0x70405E) is known color: Finn. HEX triplet: 70, 40 and 5E. RGB value is (112,64,94). Sum of RGB (Red+Green+Blue) = 112+64+94=270 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.48% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 112 - color contains mainly: red. Hex color #70405E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70405E is #8FBFA1. Grayscale: #515151. Windows color (decimal): -9420706 or 6176880. OLE color: 6176880.

HSL color Cylindrical-coordinate representation of color #70405E: hue angle of 322.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70405E is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 64 94 -
CMYK 0 0.43 0.16 0.56
HSL 322.5º 0.27% 0.35% -
HSV(B) 322.5º 0.43% 0.44% -
XYZ 10.54 7.92 11.56 -
YUV 81.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 112 64 94 0 0.43 0.16 0.56 322.5 0.27 0.35
Hex 70 40 5E 0 2B 10 38 142 1B 23
Octal 160 100 136 0 53 20 70 502 33 43
Binary 1110000 1000000 1011110 0 101011 10000 111000 101000010 11011 100011

Color Harmonies of #70405E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70405E

Black with #70405E

Text Example


Text Example

White with #70405E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,64,94); }

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

background-color css

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

 a { background-color: rgb(112,64,94); }

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

border-color css

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

 span { border-color: rgb(112,64,94); }

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