Html Css Color HEX #70395B Finn

📋 copy color: '#70395B'

red 112 ◦ green 57 ◦ blue 91

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

Shades of Finn #70395B

Tints of Finn #70395B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.92%

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

R = 43.08%
G = 21.92%
B = 35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70395B (or 0x70395B) is known color: Finn. HEX triplet: 70, 39 and 5B. RGB value is (112,57,91). Sum of RGB (Red+Green+Blue) = 112+57+91=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #70395B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70395B is #8FC6A4. Grayscale: #4D4D4D. Windows color (decimal): -9422501 or 5978480. OLE color: 5978480.

HSL color Cylindrical-coordinate representation of color #70395B: hue angle of 322.91º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70395B is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 57 91 -
CMYK 0 0.49 0.19 0.56
HSL 322.91º 0.33% 0.33% -
HSV(B) 322.91º 0.49% 0.44% -
XYZ 10.03 7.13 10.74 -
YUV 77.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 112 57 91 0 0.49 0.19 0.56 322.91 0.33 0.33
Hex 70 39 5B 0 31 13 38 143 21 21
Octal 160 71 133 0 61 23 70 503 41 41
Binary 1110000 111001 1011011 0 110001 10011 111000 101000011 100001 100001

Color Harmonies of #70395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70395B

Black with #70395B

Text Example


Text Example

White with #70395B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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