Html Css Color HEX #70375B Finn

📋 copy color: '#70375B'

red 112 ◦ green 55 ◦ blue 91

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

Shades of Finn #70375B

Tints of Finn #70375B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.32%

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

R = 43.41%
G = 21.32%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70375B (or 0x70375B) is known color: Finn. HEX triplet: 70, 37 and 5B. RGB value is (112,55,91). Sum of RGB (Red+Green+Blue) = 112+55+91=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #70375B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70375B is #8FC8A4. Grayscale: #4C4C4C. Windows color (decimal): -9423013 or 5977968. OLE color: 5977968.

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

Color convert

RGB 112 55 91 -
CMYK 0 0.51 0.19 0.56
HSL 322.11º 0.34% 0.33% -
HSV(B) 322.11º 0.51% 0.44% -
XYZ 9.94 6.93 10.71 -
YUV 76.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 112 55 91 0 0.51 0.19 0.56 322.11 0.34 0.33
Hex 70 37 5B 0 33 13 38 142 22 21
Octal 160 67 133 0 63 23 70 502 42 41
Binary 1110000 110111 1011011 0 110011 10011 111000 101000010 100010 100001

Color Harmonies of #70375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70375B

Black with #70375B

Text Example


Text Example

White with #70375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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