Html Css Color HEX #70130D Falu Red

📋 copy color: '#70130D'

red 112 ◦ green 19 ◦ blue 13

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

Shades of Falu Red #70130D

Tints of Falu Red #70130D

RGB

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

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

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

R = 77.78%
G = 13.19%
B = 9.03%

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

#70130D (or 0x70130D) is known color: Falu Red. HEX triplet: 70, 13 and 0D. RGB value is (112,19,13). Sum of RGB (Red+Green+Blue) = 112+19+13=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 19 (7.81% from 255 or 13.19% from 144); Blue value is 13 (5.47% from 255 or 9.03% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #70130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70130D is #8FECF2. Grayscale: #2E2E2E. Windows color (decimal): -9432307 or 856944. OLE color: 856944.

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

Color convert

RGB 112 19 13 -
CMYK 0 0.83 0.88 0.56
HSL 3.64º 0.79% 0.25% -
HSV(B) 3.64º 0.88% 0.44% -
XYZ 6.99 3.94 0.77 -
YUV 46.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 112 19 13 0 0.83 0.88 0.56 3.64 0.79 0.25
Hex 70 13 D 0 53 58 38 4 4F 19
Octal 160 23 15 0 123 130 70 4 117 31
Binary 1110000 10011 1101 0 1010011 1011000 111000 100 1001111 11001

Color Harmonies of #70130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70130D

Black with #70130D

Text Example


Text Example

White with #70130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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