Html Css Color HEX #703853 Finn

📋 copy color: '#703853'

red 112 ◦ green 56 ◦ blue 83

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

Shades of Finn #703853

Tints of Finn #703853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.07%

R = 44.62%
G = 22.31%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#703853 (or 0x703853) is known color: Finn. HEX triplet: 70, 38 and 53. RGB value is (112,56,83). Sum of RGB (Red+Green+Blue) = 112+56+83=251 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.62% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 112 - color contains mainly: red. Hex color #703853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703853 is #8FC7AC. Grayscale: #4B4B4B. Windows color (decimal): -9422765 or 5453936. OLE color: 5453936.

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

Color convert

RGB 112 56 83 -
CMYK 0 0.50 0.26 0.56
HSL 331.07º 0.33% 0.33% -
HSV(B) 331.07º 0.5% 0.44% -
XYZ 9.66 6.9 9.01 -
YUV 75.82 132.05 153.8 -
System Red Green Blue C M Y K H S L
Decimal 112 56 83 0 0.50 0.26 0.56 331.07 0.33 0.33
Hex 70 38 53 0 32 1A 38 14B 21 21
Octal 160 70 123 0 62 32 70 513 41 41
Binary 1110000 111000 1010011 0 110010 11010 111000 101001011 100001 100001

Color Harmonies of #703853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703853

Black with #703853

Text Example


Text Example

White with #703853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703853; }

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

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

background-color css

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

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

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

border-color css

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

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

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