Html Css Color HEX #70150D Falu Red

📋 copy color: '#70150D'

red 112 ◦ green 21 ◦ blue 13

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

Shades of Falu Red #70150D

Tints of Falu Red #70150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.38%

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

R = 76.71%
G = 14.38%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70150D (or 0x70150D) is known color: Falu Red. HEX triplet: 70, 15 and 0D. RGB value is (112,21,13). Sum of RGB (Red+Green+Blue) = 112+21+13=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 21 (8.59% from 255 or 14.38% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #70150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70150D is #8FEAF2. Grayscale: #2F2F2F. Windows color (decimal): -9431795 or 857456. OLE color: 857456.

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

Color convert

RGB 112 21 13 -
CMYK 0 0.81 0.88 0.56
HSL 4.85º 0.79% 0.25% -
HSV(B) 4.85º 0.88% 0.44% -
XYZ 7.02 4.01 0.78 -
YUV 47.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 112 21 13 0 0.81 0.88 0.56 4.85 0.79 0.25
Hex 70 15 D 0 51 58 38 5 4F 19
Octal 160 25 15 0 121 130 70 5 117 31
Binary 1110000 10101 1101 0 1010001 1011000 111000 101 1001111 11001

Color Harmonies of #70150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70150D

Black with #70150D

Text Example


Text Example

White with #70150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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