Html Css Color HEX #70110B Falu Red

📋 copy color: '#70110B'

red 112 ◦ green 17 ◦ blue 11

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

Shades of Falu Red #70110B

Tints of Falu Red #70110B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.86%

R = 80%
G = 12.14%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70110B (or 0x70110B) is known color: Falu Red. HEX triplet: 70, 11 and 0B. RGB value is (112,17,11). Sum of RGB (Red+Green+Blue) = 112+17+11=140 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 112 - color contains mainly: red. Hex color #70110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70110B is #8FEEF4. Grayscale: #2C2C2C. Windows color (decimal): -9432821 or 725360. OLE color: 725360.

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

Color convert

RGB 112 17 11 -
CMYK 0 0.85 0.90 0.56
HSL 3.56º 0.82% 0.24% -
HSV(B) 3.56º 0.9% 0.44% -
XYZ 6.94 3.87 0.7 -
YUV 44.72 108.97 175.99 -
System Red Green Blue C M Y K H S L
Decimal 112 17 11 0 0.85 0.90 0.56 3.56 0.82 0.24
Hex 70 11 B 0 55 5A 38 4 52 18
Octal 160 21 13 0 125 132 70 4 122 30
Binary 1110000 10001 1011 0 1010101 1011010 111000 100 1010010 11000

Color Harmonies of #70110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70110B

Black with #70110B

Text Example


Text Example

White with #70110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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