Html Css Color HEX #704553 Finn

📋 copy color: '#704553'

red 112 ◦ green 69 ◦ blue 83

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

Shades of Finn #704553

Tints of Finn #704553

RGB

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

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

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

R = 42.42%
G = 26.14%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#704553 (or 0x704553) is known color: Finn. HEX triplet: 70, 45 and 53. RGB value is (112,69,83). Sum of RGB (Red+Green+Blue) = 112+69+83=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #704553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #704553 is #8FBAAC. Grayscale: #535353. Windows color (decimal): -9419437 or 5457264. OLE color: 5457264.

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

Color convert

RGB 112 69 83 -
CMYK 0 0.38 0.26 0.56
HSL 340.47º 0.24% 0.35% -
HSV(B) 340.47º 0.38% 0.44% -
XYZ 10.37 8.33 9.24 -
YUV 83.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 112 69 83 0 0.38 0.26 0.56 340.47 0.24 0.35
Hex 70 45 53 0 26 1A 38 154 18 23
Octal 160 105 123 0 46 32 70 524 30 43
Binary 1110000 1000101 1010011 0 100110 11010 111000 101010100 11000 100011

Color Harmonies of #704553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704553

Black with #704553

Text Example


Text Example

White with #704553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704553; }

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

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

background-color css

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

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

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

border-color css

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

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

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