Html Css Color HEX #703B54 Finn

📋 copy color: '#703B54'

red 112 ◦ green 59 ◦ blue 84

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

Shades of Finn #703B54

Tints of Finn #703B54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.94%

R = 43.92%
G = 23.14%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#703B54 (or 0x703B54) is known color: Finn. HEX triplet: 70, 3B and 54. RGB value is (112,59,84). Sum of RGB (Red+Green+Blue) = 112+59+84=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #703B54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703B54 is #8FC4AB. Grayscale: #4D4D4D. Windows color (decimal): -9421996 or 5520240. OLE color: 5520240.

HSL color Cylindrical-coordinate representation of color #703B54: hue angle of 331.7º 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 #703B54 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 59 84 -
CMYK 0 0.47 0.25 0.56
HSL 331.7º 0.31% 0.34% -
HSV(B) 331.7º 0.47% 0.44% -
XYZ 9.85 7.21 9.26 -
YUV 77.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 112 59 84 0 0.47 0.25 0.56 331.7 0.31 0.34
Hex 70 3B 54 0 2F 19 38 14C 1F 22
Octal 160 73 124 0 57 31 70 514 37 42
Binary 1110000 111011 1010100 0 101111 11001 111000 101001100 11111 100010

Color Harmonies of #703B54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703B54

Black with #703B54

Text Example


Text Example

White with #703B54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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