Html Css Color HEX #70160D Falu Red

📋 copy color: '#70160D'

red 112 ◦ green 22 ◦ blue 13

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

Shades of Falu Red #70160D

Tints of Falu Red #70160D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.97%

 BLUE value IS 13 (5.47% from 255) = 8.84%

R = 76.19%
G = 14.97%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70160D (or 0x70160D) is known color: Falu Red. HEX triplet: 70, 16 and 0D. RGB value is (112,22,13). Sum of RGB (Red+Green+Blue) = 112+22+13=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #70160D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70160D is #8FE9F2. Grayscale: #303030. Windows color (decimal): -9431539 or 857712. OLE color: 857712.

HSL color Cylindrical-coordinate representation of color #70160D: hue angle of 5.45º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70160D is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 13 -
CMYK 0 0.80 0.88 0.56
HSL 5.45º 0.79% 0.25% -
HSV(B) 5.45º 0.88% 0.44% -
XYZ 7.04 4.05 0.79 -
YUV 47.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 112 22 13 0 0.80 0.88 0.56 5.45 0.79 0.25
Hex 70 16 D 0 50 58 38 5 4F 19
Octal 160 26 15 0 120 130 70 5 117 31
Binary 1110000 10110 1101 0 1010000 1011000 111000 101 1001111 11001

Color Harmonies of #70160D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70160D

Black with #70160D

Text Example


Text Example

White with #70160D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70160D; }

 p { color: rgb(112,22,13); }

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

background-color css

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

 a { background-color: rgb(112,22,13); }

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

border-color css

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

 span { border-color: rgb(112,22,13); }

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