Html Css Color HEX #703A57 Finn

📋 copy color: '#703A57'

red 112 ◦ green 58 ◦ blue 87

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

Shades of Finn #703A57

Tints of Finn #703A57

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.57%

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

R = 43.58%
G = 22.57%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.56

RGB Variations

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

Color information

#703A57 (or 0x703A57) is known color: Finn. HEX triplet: 70, 3A and 57. RGB value is (112,58,87). Sum of RGB (Red+Green+Blue) = 112+58+87=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 87 (34.38% from 255 or 33.85% from 257); Max value from RGB is 112 - color contains mainly: red. Hex color #703A57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703A57 is #8FC5A8. Grayscale: #4D4D4D. Windows color (decimal): -9422249 or 5716592. OLE color: 5716592.

HSL color Cylindrical-coordinate representation of color #703A57: hue angle of 327.78º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #703A57 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 58 87 -
CMYK 0 0.48 0.22 0.56
HSL 327.78º 0.32% 0.33% -
HSV(B) 327.78º 0.48% 0.44% -
XYZ 9.92 7.16 9.88 -
YUV 77.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 112 58 87 0 0.48 0.22 0.56 327.78 0.32 0.33
Hex 70 3A 57 0 30 16 38 148 20 21
Octal 160 72 127 0 60 26 70 510 40 41
Binary 1110000 111010 1010111 0 110000 10110 111000 101001000 100000 100001

Color Harmonies of #703A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703A57

Black with #703A57

Text Example


Text Example

White with #703A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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