Html Css Color HEX #70385B Finn

📋 copy color: '#70385B'

red 112 ◦ green 56 ◦ blue 91

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

Shades of Finn #70385B

Tints of Finn #70385B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.62%

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

R = 43.24%
G = 21.62%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70385B (or 0x70385B) is known color: Finn. HEX triplet: 70, 38 and 5B. RGB value is (112,56,91). Sum of RGB (Red+Green+Blue) = 112+56+91=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #70385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70385B is #8FC7A4. Grayscale: #4C4C4C. Windows color (decimal): -9422757 or 5978224. OLE color: 5978224.

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

Color convert

RGB 112 56 91 -
CMYK 0 0.50 0.19 0.56
HSL 322.5º 0.33% 0.33% -
HSV(B) 322.5º 0.5% 0.44% -
XYZ 9.98 7.03 10.73 -
YUV 76.73 136.05 153.15 -
System Red Green Blue C M Y K H S L
Decimal 112 56 91 0 0.50 0.19 0.56 322.5 0.33 0.33
Hex 70 38 5B 0 32 13 38 142 21 21
Octal 160 70 133 0 62 23 70 502 41 41
Binary 1110000 111000 1011011 0 110010 10011 111000 101000010 100001 100001

Color Harmonies of #70385B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70385B

Black with #70385B

Text Example


Text Example

White with #70385B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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