Html Css Color HEX #70180D Falu Red

📋 copy color: '#70180D'

red 112 ◦ green 24 ◦ blue 13

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

Shades of Falu Red #70180D

Tints of Falu Red #70180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.11%

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

R = 75.17%
G = 16.11%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70180D (or 0x70180D) is known color: Falu Red. HEX triplet: 70, 18 and 0D. RGB value is (112,24,13). Sum of RGB (Red+Green+Blue) = 112+24+13=149 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.17% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 112 - color contains mainly: red. Hex color #70180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70180D is #8FE7F2. Grayscale: #313131. Windows color (decimal): -9431027 or 858224. OLE color: 858224.

HSL color Cylindrical-coordinate representation of color #70180D: hue angle of 6.67º 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 #70180D is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 24 13 -
CMYK 0 0.79 0.88 0.56
HSL 6.67º 0.79% 0.25% -
HSV(B) 6.67º 0.88% 0.44% -
XYZ 7.08 4.13 0.8 -
YUV 49.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 112 24 13 0 0.79 0.88 0.56 6.67 0.79 0.25
Hex 70 18 D 0 4F 58 38 7 4F 19
Octal 160 30 15 0 117 130 70 7 117 31
Binary 1110000 11000 1101 0 1001111 1011000 111000 111 1001111 11001

Color Harmonies of #70180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70180D

Black with #70180D

Text Example


Text Example

White with #70180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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