Html Css Color HEX #703B5C Finn

📋 copy color: '#703B5C'

red 112 ◦ green 59 ◦ blue 92

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

Shades of Finn #703B5C

Tints of Finn #703B5C

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.43%

 BLUE value IS 92 (36.33% from 255) = 34.98%

R = 42.59%
G = 22.43%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#703B5C (or 0x703B5C) is known color: Finn. HEX triplet: 70, 3B and 5C. RGB value is (112,59,92). Sum of RGB (Red+Green+Blue) = 112+59+92=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #703B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703B5C is #8FC4A3. Grayscale: #4E4E4E. Windows color (decimal): -9421988 or 6044528. OLE color: 6044528.

HSL color Cylindrical-coordinate representation of color #703B5C: hue angle of 322.64º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #703B5C is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 59 92 -
CMYK 0 0.47 0.18 0.56
HSL 322.64º 0.31% 0.34% -
HSV(B) 322.64º 0.47% 0.44% -
XYZ 10.18 7.35 11.01 -
YUV 78.61 135.56 151.82 -
System Red Green Blue C M Y K H S L
Decimal 112 59 92 0 0.47 0.18 0.56 322.64 0.31 0.34
Hex 70 3B 5C 0 2F 12 38 143 1F 22
Octal 160 73 134 0 57 22 70 503 37 42
Binary 1110000 111011 1011100 0 101111 10010 111000 101000011 11111 100010

Color Harmonies of #703B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B5C

Black with #703B5C

Text Example


Text Example

White with #703B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703B5C; }

 p { color: rgb(112,59,92); }

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

background-color css

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

 a { background-color: rgb(112,59,92); }

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

border-color css

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

 span { border-color: rgb(112,59,92); }

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