Html Css Color HEX #70130E Falu Red

📋 copy color: '#70130E'

red 112 ◦ green 19 ◦ blue 14

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

Shades of Falu Red #70130E

Tints of Falu Red #70130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.1%

 BLUE value IS 14 (5.86% from 255) = 9.66%

R = 77.24%
G = 13.1%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70130E (or 0x70130E) is known color: Falu Red. HEX triplet: 70, 13 and 0E. RGB value is (112,19,14). Sum of RGB (Red+Green+Blue) = 112+19+14=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #70130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70130E is #8FECF1. Grayscale: #2E2E2E. Windows color (decimal): -9432306 or 922480. OLE color: 922480.

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

Color convert

RGB 112 19 14 -
CMYK 0 0.83 0.88 0.56
HSL 3.06º 0.78% 0.25% -
HSV(B) 3.06º 0.88% 0.44% -
XYZ 6.99 3.94 0.81 -
YUV 46.24 109.81 174.91 -
System Red Green Blue C M Y K H S L
Decimal 112 19 14 0 0.83 0.88 0.56 3.06 0.78 0.25
Hex 70 13 E 0 53 58 38 3 4E 19
Octal 160 23 16 0 123 130 70 3 116 31
Binary 1110000 10011 1110 0 1010011 1011000 111000 11 1001110 11001

Color Harmonies of #70130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70130E

Black with #70130E

Text Example


Text Example

White with #70130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70130E; }

 p { color: rgb(112,19,14); }

 H1.HeaderClassName
 {
   color: #70130E;
 }
 .AnyTagClassName
 {
   color: #70130E;
 }
</style>

background-color css

<style>
 a { background-color: #70130E; }

 a { background-color: rgb(112,19,14); }

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

border-color css

<style>
 span { border-color: #70130E; }

 span { border-color: rgb(112,19,14); }

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