Html Css Color HEX #701908 Falu Red

📋 copy color: '#701908'

red 112 ◦ green 25 ◦ blue 8

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

Shades of Falu Red #701908

Tints of Falu Red #701908

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.24%

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

R = 77.24%
G = 17.24%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#701908 (or 0x701908) is known color: Falu Red. HEX triplet: 70, 19 and 08. RGB value is (112,25,8). Sum of RGB (Red+Green+Blue) = 112+25+8=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #701908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701908 is #8FE6F7. Grayscale: #313131. Windows color (decimal): -9430776 or 530800. OLE color: 530800.

HSL color Cylindrical-coordinate representation of color #701908: hue angle of 9.81º 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 #701908 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 25 8 -
CMYK 0 0.78 0.93 0.56
HSL 9.81º 0.87% 0.24% -
HSV(B) 9.81º 0.93% 0.44% -
XYZ 7.07 4.16 0.66 -
YUV 49.08 104.82 172.88 -
System Red Green Blue C M Y K H S L
Decimal 112 25 8 0 0.78 0.93 0.56 9.81 0.87 0.24
Hex 70 19 8 0 4E 5D 38 A 57 18
Octal 160 31 10 0 116 135 70 12 127 30
Binary 1110000 11001 1000 0 1001110 1011101 111000 1010 1010111 11000

Color Harmonies of #701908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701908

Black with #701908

Text Example


Text Example

White with #701908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701908; }

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

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

background-color css

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

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

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

border-color css

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

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

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