Html Css Color HEX #70110A Falu Red

📋 copy color: '#70110A'

red 112 ◦ green 17 ◦ blue 10

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

Shades of Falu Red #70110A

Tints of Falu Red #70110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.23%

 BLUE value IS 10 (4.3% from 255) = 7.19%

R = 80.58%
G = 12.23%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#70110A (or 0x70110A) is known color: Falu Red. HEX triplet: 70, 11 and 0A. RGB value is (112,17,10). Sum of RGB (Red+Green+Blue) = 112+17+10=139 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80.58% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 10 (4.30% from 255 or 7.19% from 139); Max value from RGB is 112 - color contains mainly: red. Hex color #70110A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70110A is #8FEEF5. Grayscale: #2C2C2C. Windows color (decimal): -9432822 or 659824. OLE color: 659824.

HSL color Cylindrical-coordinate representation of color #70110A: hue angle of 4.12º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70110A is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 17 10 -
CMYK 0 0.85 0.91 0.56
HSL 4.12º 0.84% 0.24% -
HSV(B) 4.12º 0.91% 0.44% -
XYZ 6.94 3.87 0.67 -
YUV 44.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 112 17 10 0 0.85 0.91 0.56 4.12 0.84 0.24
Hex 70 11 A 0 55 5B 38 4 54 18
Octal 160 21 12 0 125 133 70 4 124 30
Binary 1110000 10001 1010 0 1010101 1011011 111000 100 1010100 11000

Color Harmonies of #70110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70110A

Black with #70110A

Text Example


Text Example

White with #70110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70110A; }

 p { color: rgb(112,17,10); }

 H1.HeaderClassName
 {
   color: #70110A;
 }
 .AnyTagClassName
 {
   color: #70110A;
 }
</style>

background-color css

<style>
 a { background-color: #70110A; }

 a { background-color: rgb(112,17,10); }

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

border-color css

<style>
 span { border-color: #70110A; }

 span { border-color: rgb(112,17,10); }

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