Html Css Color HEX #70190C Falu Red

📋 copy color: '#70190C'

red 112 ◦ green 25 ◦ blue 12

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

Shades of Falu Red #70190C

Tints of Falu Red #70190C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.05%

R = 75.17%
G = 16.78%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70190C (or 0x70190C) is known color: Falu Red. HEX triplet: 70, 19 and 0C. RGB value is (112,25,12). Sum of RGB (Red+Green+Blue) = 112+25+12=149 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.17% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 112 - color contains mainly: red. Hex color #70190C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70190C is #8FE6F3. Grayscale: #313131. Windows color (decimal): -9430772 or 792944. OLE color: 792944.

HSL color Cylindrical-coordinate representation of color #70190C: hue angle of 7.8º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70190C is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 25 12 -
CMYK 0 0.78 0.89 0.56
HSL 7.8º 0.81% 0.24% -
HSV(B) 7.8º 0.89% 0.44% -
XYZ 7.1 4.17 0.78 -
YUV 49.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 112 25 12 0 0.78 0.89 0.56 7.8 0.81 0.24
Hex 70 19 C 0 4E 59 38 8 51 18
Octal 160 31 14 0 116 131 70 10 121 30
Binary 1110000 11001 1100 0 1001110 1011001 111000 1000 1010001 11000

Color Harmonies of #70190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70190C

Black with #70190C

Text Example


Text Example

White with #70190C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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