Html Css Color HEX #70200F Falu Red

📋 copy color: '#70200F'

red 112 ◦ green 32 ◦ blue 15

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

Shades of Falu Red #70200F

Tints of Falu Red #70200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.43%

R = 70.44%
G = 20.13%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#70200F (or 0x70200F) is known color: Falu Red. HEX triplet: 70, 20 and 0F. RGB value is (112,32,15). Sum of RGB (Red+Green+Blue) = 112+32+15=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #70200F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #70200F is #8FDFF0. Grayscale: #363636. Windows color (decimal): -9428977 or 991344. OLE color: 991344.

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

Color convert

RGB 112 32 15 -
CMYK 0 0.71 0.87 0.56
HSL 10.52º 0.76% 0.25% -
HSV(B) 10.52º 0.87% 0.44% -
XYZ 7.28 4.51 0.94 -
YUV 53.98 106 169.38 -
System Red Green Blue C M Y K H S L
Decimal 112 32 15 0 0.71 0.87 0.56 10.52 0.76 0.25
Hex 70 20 F 0 47 57 38 B 4C 19
Octal 160 40 17 0 107 127 70 13 114 31
Binary 1110000 100000 1111 0 1000111 1010111 111000 1011 1001100 11001

Color Harmonies of #70200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70200F

Black with #70200F

Text Example


Text Example

White with #70200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70200F; }

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

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

background-color css

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

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

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

border-color css

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

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

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