Html Css Color HEX #703854 Finn

📋 copy color: '#703854'

red 112 ◦ green 56 ◦ blue 84

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

Shades of Finn #703854

Tints of Finn #703854

RGB

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

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

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

R = 44.44%
G = 22.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#703854 (or 0x703854) is known color: Finn. HEX triplet: 70, 38 and 54. RGB value is (112,56,84). Sum of RGB (Red+Green+Blue) = 112+56+84=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #703854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703854 is #8FC7AB. Grayscale: #4B4B4B. Windows color (decimal): -9422764 or 5519472. OLE color: 5519472.

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

Color convert

RGB 112 56 84 -
CMYK 0 0.50 0.25 0.56
HSL 330º 0.33% 0.33% -
HSV(B) 330º 0.5% 0.44% -
XYZ 9.7 6.91 9.21 -
YUV 75.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 112 56 84 0 0.50 0.25 0.56 330 0.33 0.33
Hex 70 38 54 0 32 19 38 14A 21 21
Octal 160 70 124 0 62 31 70 512 41 41
Binary 1110000 111000 1010100 0 110010 11001 111000 101001010 100001 100001

Color Harmonies of #703854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703854

Black with #703854

Text Example


Text Example

White with #703854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703854; }

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

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

background-color css

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

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

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

border-color css

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

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

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