Html Css Color HEX #70211A Falu Red

📋 copy color: '#70211A'

red 112 ◦ green 33 ◦ blue 26

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

Shades of Falu Red #70211A

Tints of Falu Red #70211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.3%

 BLUE value IS 26 (10.55% from 255) = 15.2%

R = 65.5%
G = 19.3%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70211A (or 0x70211A) is known color: Falu Red. HEX triplet: 70, 21 and 1A. RGB value is (112,33,26). Sum of RGB (Red+Green+Blue) = 112+33+26=171 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.50% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 26 (10.55% from 255 or 15.20% from 171); Max value from RGB is 112 - color contains mainly: red. Hex color #70211A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70211A is #8FDEE5. Grayscale: #373737. Windows color (decimal): -9428710 or 1712496. OLE color: 1712496.

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

Color convert

RGB 112 33 26 -
CMYK 0 0.71 0.77 0.56
HSL 4.88º 0.62% 0.27% -
HSV(B) 4.88º 0.77% 0.44% -
XYZ 7.41 4.61 1.48 -
YUV 55.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 112 33 26 0 0.71 0.77 0.56 4.88 0.62 0.27
Hex 70 21 1A 0 47 4D 38 5 3E 1B
Octal 160 41 32 0 107 115 70 5 76 33
Binary 1110000 100001 11010 0 1000111 1001101 111000 101 111110 11011

Color Harmonies of #70211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70211A

Black with #70211A

Text Example


Text Example

White with #70211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70211A; }

 p { color: rgb(112,33,26); }

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

background-color css

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

 a { background-color: rgb(112,33,26); }

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

border-color css

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

 span { border-color: rgb(112,33,26); }

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