Html Css Color HEX #701108 Falu Red

📋 copy color: '#701108'

red 112 ◦ green 17 ◦ blue 8

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

Shades of Falu Red #701108

Tints of Falu Red #701108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.84%

R = 81.75%
G = 12.41%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#701108 (or 0x701108) is known color: Falu Red. HEX triplet: 70, 11 and 08. RGB value is (112,17,8). Sum of RGB (Red+Green+Blue) = 112+17+8=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 8 (3.52% from 255 or 5.84% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #701108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701108 is #8FEEF7. Grayscale: #2C2C2C. Windows color (decimal): -9432824 or 528752. OLE color: 528752.

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

Color convert

RGB 112 17 8 -
CMYK 0 0.85 0.93 0.56
HSL 5.19º 0.87% 0.24% -
HSV(B) 5.19º 0.93% 0.44% -
XYZ 6.93 3.86 0.61 -
YUV 44.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 112 17 8 0 0.85 0.93 0.56 5.19 0.87 0.24
Hex 70 11 8 0 55 5D 38 5 57 18
Octal 160 21 10 0 125 135 70 5 127 30
Binary 1110000 10001 1000 0 1010101 1011101 111000 101 1010111 11000

Color Harmonies of #701108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701108

Black with #701108

Text Example


Text Example

White with #701108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701108; }

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

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

background-color css

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

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

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

border-color css

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

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

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