Html Css Color HEX #70405B Finn

📋 copy color: '#70405B'

red 112 ◦ green 64 ◦ blue 91

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

Shades of Finn #70405B

Tints of Finn #70405B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.08%

R = 41.95%
G = 23.97%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70405B (or 0x70405B) is known color: Finn. HEX triplet: 70, 40 and 5B. RGB value is (112,64,91). Sum of RGB (Red+Green+Blue) = 112+64+91=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #70405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70405B is #8FBFA4. Grayscale: #515151. Windows color (decimal): -9420709 or 5980272. OLE color: 5980272.

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

Color convert

RGB 112 64 91 -
CMYK 0 0.43 0.19 0.56
HSL 326.25º 0.27% 0.35% -
HSV(B) 326.25º 0.43% 0.44% -
XYZ 10.4 7.87 10.87 -
YUV 81.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 112 64 91 0 0.43 0.19 0.56 326.25 0.27 0.35
Hex 70 40 5B 0 2B 13 38 146 1B 23
Octal 160 100 133 0 53 23 70 506 33 43
Binary 1110000 1000000 1011011 0 101011 10011 111000 101000110 11011 100011

Color Harmonies of #70405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70405B

Black with #70405B

Text Example


Text Example

White with #70405B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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