Html Css Color HEX #70190D Falu Red

📋 copy color: '#70190D'

red 112 ◦ green 25 ◦ blue 13

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

Shades of Falu Red #70190D

Tints of Falu Red #70190D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.67%

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

R = 74.67%
G = 16.67%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70190D (or 0x70190D) is known color: Falu Red. HEX triplet: 70, 19 and 0D. RGB value is (112,25,13). Sum of RGB (Red+Green+Blue) = 112+25+13=150 (19% of max value = 765). Red value is 112 (44.14% from 255 or 74.67% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 112 - color contains mainly: red. Hex color #70190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70190D is #8FE6F2. Grayscale: #313131. Windows color (decimal): -9430771 or 858480. OLE color: 858480.

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

Color convert

RGB 112 25 13 -
CMYK 0 0.78 0.88 0.56
HSL 7.27º 0.79% 0.25% -
HSV(B) 7.27º 0.88% 0.44% -
XYZ 7.1 4.17 0.81 -
YUV 49.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 112 25 13 0 0.78 0.88 0.56 7.27 0.79 0.25
Hex 70 19 D 0 4E 58 38 7 4F 19
Octal 160 31 15 0 116 130 70 7 117 31
Binary 1110000 11001 1101 0 1001110 1011000 111000 111 1001111 11001

Color Harmonies of #70190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70190D

Black with #70190D

Text Example


Text Example

White with #70190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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