Html Css Color HEX #702010 Falu Red

📋 copy color: '#702010'

red 112 ◦ green 32 ◦ blue 16

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

Shades of Falu Red #702010

Tints of Falu Red #702010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20%

 BLUE value IS 16 (6.64% from 255) = 10%

R = 70%
G = 20%
B = 10%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#702010 (or 0x702010) is known color: Falu Red. HEX triplet: 70, 20 and 10. RGB value is (112,32,16). Sum of RGB (Red+Green+Blue) = 112+32+16=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 32 (12.89% from 255 or 20% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #702010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702010 is #8FDFEF. Grayscale: #363636. Windows color (decimal): -9428976 or 1056880. OLE color: 1056880.

HSL color Cylindrical-coordinate representation of color #702010: hue angle of 10º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #702010 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 32 16 -
CMYK 0 0.71 0.86 0.56
HSL 10º 0.75% 0.25% -
HSV(B) 10º 0.86% 0.44% -
XYZ 7.29 4.52 0.98 -
YUV 54.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 112 32 16 0 0.71 0.86 0.56 10 0.75 0.25
Hex 70 20 10 0 47 56 38 A 4B 19
Octal 160 40 20 0 107 126 70 12 113 31
Binary 1110000 100000 10000 0 1000111 1010110 111000 1010 1001011 11001

Color Harmonies of #702010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702010

Black with #702010

Text Example


Text Example

White with #702010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702010; }

 p { color: rgb(112,32,16); }

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

background-color css

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

 a { background-color: rgb(112,32,16); }

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

border-color css

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

 span { border-color: rgb(112,32,16); }

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