Html Css Color HEX #704550 Finn

📋 copy color: '#704550'

red 112 ◦ green 69 ◦ blue 80

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

Shades of Finn #704550

Tints of Finn #704550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.44%

 BLUE value IS 80 (31.64% from 255) = 30.65%

R = 42.91%
G = 26.44%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#704550 (or 0x704550) is known color: Finn. HEX triplet: 70, 45 and 50. RGB value is (112,69,80). Sum of RGB (Red+Green+Blue) = 112+69+80=261 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.91% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 112 - color contains mainly: red. Hex color #704550 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704550 is #8FBAAF. Grayscale: #535353. Windows color (decimal): -9419440 or 5260656. OLE color: 5260656.

HSL color Cylindrical-coordinate representation of color #704550: hue angle of 344.65º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #704550 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 69 80 -
CMYK 0 0.38 0.29 0.56
HSL 344.65º 0.24% 0.35% -
HSV(B) 344.65º 0.38% 0.44% -
XYZ 10.26 8.28 8.65 -
YUV 83.11 126.25 148.61 -
System Red Green Blue C M Y K H S L
Decimal 112 69 80 0 0.38 0.29 0.56 344.65 0.24 0.35
Hex 70 45 50 0 26 1D 38 159 18 23
Octal 160 105 120 0 46 35 70 531 30 43
Binary 1110000 1000101 1010000 0 100110 11101 111000 101011001 11000 100011

Color Harmonies of #704550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704550

Black with #704550

Text Example


Text Example

White with #704550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704550; }

 p { color: rgb(112,69,80); }

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

background-color css

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

 a { background-color: rgb(112,69,80); }

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

border-color css

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

 span { border-color: rgb(112,69,80); }

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