Html Css Color HEX #70405F Finn

📋 copy color: '#70405F'

red 112 ◦ green 64 ◦ blue 95

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

Shades of Finn #70405F

Tints of Finn #70405F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.06%

R = 41.33%
G = 23.62%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#70405F (or 0x70405F) is known color: Finn. HEX triplet: 70, 40 and 5F. RGB value is (112,64,95). Sum of RGB (Red+Green+Blue) = 112+64+95=271 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.33% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 95 (37.5% from 255 or 35.06% from 271); Max value from RGB is 112 - color contains mainly: red. Hex color #70405F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70405F is #8FBFA0. Grayscale: #515151. Windows color (decimal): -9420705 or 6242416. OLE color: 6242416.

HSL color Cylindrical-coordinate representation of color #70405F: hue angle of 321.25º 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 #70405F is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 64 95 -
CMYK 0 0.43 0.15 0.56
HSL 321.25º 0.27% 0.35% -
HSV(B) 321.25º 0.43% 0.44% -
XYZ 10.58 7.94 11.8 -
YUV 81.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 112 64 95 0 0.43 0.15 0.56 321.25 0.27 0.35
Hex 70 40 5F 0 2B F 38 141 1B 23
Octal 160 100 137 0 53 17 70 501 33 43
Binary 1110000 1000000 1011111 0 101011 1111 111000 101000001 11011 100011

Color Harmonies of #70405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70405F

Black with #70405F

Text Example


Text Example

White with #70405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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