Html Css Color HEX #703950 Finn

📋 copy color: '#703950'

red 112 ◦ green 57 ◦ blue 80

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

Shades of Finn #703950

Tints of Finn #703950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.13%

R = 44.98%
G = 22.89%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#703950 (or 0x703950) is known color: Finn. HEX triplet: 70, 39 and 50. RGB value is (112,57,80). Sum of RGB (Red+Green+Blue) = 112+57+80=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #703950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703950 is #8FC6AF. Grayscale: #4C4C4C. Windows color (decimal): -9422512 or 5257584. OLE color: 5257584.

HSL color Cylindrical-coordinate representation of color #703950: hue angle of 334.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 #703950 is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 57 80 -
CMYK 0 0.49 0.29 0.56
HSL 334.91º 0.33% 0.33% -
HSV(B) 334.91º 0.49% 0.44% -
XYZ 9.59 6.95 8.43 -
YUV 76.07 130.22 153.63 -
System Red Green Blue C M Y K H S L
Decimal 112 57 80 0 0.49 0.29 0.56 334.91 0.33 0.33
Hex 70 39 50 0 31 1D 38 14F 21 21
Octal 160 71 120 0 61 35 70 517 41 41
Binary 1110000 111001 1010000 0 110001 11101 111000 101001111 100001 100001

Color Harmonies of #703950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703950

Black with #703950

Text Example


Text Example

White with #703950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703950; }

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

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

background-color css

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

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

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

border-color css

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

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

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