Html Css Color HEX #70201B Falu Red

📋 copy color: '#70201B'

red 112 ◦ green 32 ◦ blue 27

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

Shades of Falu Red #70201B

Tints of Falu Red #70201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.79%

R = 65.5%
G = 18.71%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70201B (or 0x70201B) is known color: Falu Red. HEX triplet: 70, 20 and 1B. RGB value is (112,32,27). Sum of RGB (Red+Green+Blue) = 112+32+27=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 27 (10.94% from 255 or 15.79% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #70201B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70201B is #8FDFE4. Grayscale: #373737. Windows color (decimal): -9428965 or 1777776. OLE color: 1777776.

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

Color convert

RGB 112 32 27 -
CMYK 0 0.71 0.76 0.56
HSL 3.53º 0.61% 0.27% -
HSV(B) 3.53º 0.76% 0.44% -
XYZ 7.4 4.56 1.53 -
YUV 55.35 112 168.41 -
System Red Green Blue C M Y K H S L
Decimal 112 32 27 0 0.71 0.76 0.56 3.53 0.61 0.27
Hex 70 20 1B 0 47 4C 38 4 3D 1B
Octal 160 40 33 0 107 114 70 4 75 33
Binary 1110000 100000 11011 0 1000111 1001100 111000 100 111101 11011

Color Harmonies of #70201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70201B

Black with #70201B

Text Example


Text Example

White with #70201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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