Html Css Color HEX #702014 Falu Red

📋 copy color: '#702014'

red 112 ◦ green 32 ◦ blue 20

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

Shades of Falu Red #702014

Tints of Falu Red #702014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.2%

R = 68.29%
G = 19.51%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#702014 (or 0x702014) is known color: Falu Red. HEX triplet: 70, 20 and 14. RGB value is (112,32,20). Sum of RGB (Red+Green+Blue) = 112+32+20=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 20 (8.20% from 255 or 12.20% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #702014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #702014 is #8FDFEB. Grayscale: #363636. Windows color (decimal): -9428972 or 1319024. OLE color: 1319024.

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

Color convert

RGB 112 32 20 -
CMYK 0 0.71 0.82 0.56
HSL 7.83º 0.7% 0.26% -
HSV(B) 7.83º 0.82% 0.44% -
XYZ 7.32 4.53 1.15 -
YUV 54.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 112 32 20 0 0.71 0.82 0.56 7.83 0.7 0.26
Hex 70 20 14 0 47 52 38 8 46 1A
Octal 160 40 24 0 107 122 70 10 106 32
Binary 1110000 100000 10100 0 1000111 1010010 111000 1000 1000110 11010

Color Harmonies of #702014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702014

Black with #702014

Text Example


Text Example

White with #702014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702014; }

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

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

background-color css

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

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

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

border-color css

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

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

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