Html Css Color HEX #703857 Finn

📋 copy color: '#703857'

red 112 ◦ green 56 ◦ blue 87

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

Shades of Finn #703857

Tints of Finn #703857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.12%

R = 43.92%
G = 21.96%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#703857 (or 0x703857) is known color: Finn. HEX triplet: 70, 38 and 57. RGB value is (112,56,87). Sum of RGB (Red+Green+Blue) = 112+56+87=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #703857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703857 is #8FC7A8. Grayscale: #4C4C4C. Windows color (decimal): -9422761 or 5716080. OLE color: 5716080.

HSL color Cylindrical-coordinate representation of color #703857: hue angle of 326.79º 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 #703857 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 56 87 -
CMYK 0 0.50 0.22 0.56
HSL 326.79º 0.33% 0.33% -
HSV(B) 326.79º 0.5% 0.44% -
XYZ 9.82 6.96 9.84 -
YUV 76.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 112 56 87 0 0.50 0.22 0.56 326.79 0.33 0.33
Hex 70 38 57 0 32 16 38 147 21 21
Octal 160 70 127 0 62 26 70 507 41 41
Binary 1110000 111000 1010111 0 110010 10110 111000 101000111 100001 100001

Color Harmonies of #703857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703857

Black with #703857

Text Example


Text Example

White with #703857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703857; }

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

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

background-color css

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

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

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

border-color css

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

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

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