Html Css Color HEX #70221A Falu Red

📋 copy color: '#70221A'

red 112 ◦ green 34 ◦ blue 26

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

Shades of Falu Red #70221A

Tints of Falu Red #70221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.77%

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

R = 65.12%
G = 19.77%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70221A (or 0x70221A) is known color: Falu Red. HEX triplet: 70, 22 and 1A. RGB value is (112,34,26). Sum of RGB (Red+Green+Blue) = 112+34+26=172 (22% of max value = 765). Red value is 112 (44.14% from 255 or 65.12% from 172); Green value is 34 (13.67% from 255 or 19.77% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 112 - color contains mainly: red. Hex color #70221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70221A is #8FDDE5. Grayscale: #383838. Windows color (decimal): -9428454 or 1712752. OLE color: 1712752.

HSL color Cylindrical-coordinate representation of color #70221A: hue angle of 5.58º 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 #70221A is Cyan = 0, Magento = 0.70, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 34 26 -
CMYK 0 0.70 0.77 0.56
HSL 5.58º 0.62% 0.27% -
HSV(B) 5.58º 0.77% 0.44% -
XYZ 7.44 4.66 1.49 -
YUV 56.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 112 34 26 0 0.70 0.77 0.56 5.58 0.62 0.27
Hex 70 22 1A 0 46 4D 38 6 3E 1B
Octal 160 42 32 0 106 115 70 6 76 33
Binary 1110000 100010 11010 0 1000110 1001101 111000 110 111110 11011

Color Harmonies of #70221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70221A

Black with #70221A

Text Example


Text Example

White with #70221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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