Html Css Color HEX #701608 Falu Red

📋 copy color: '#701608'

red 112 ◦ green 22 ◦ blue 8

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

Shades of Falu Red #701608

Tints of Falu Red #701608

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.49%

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

R = 78.87%
G = 15.49%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#701608 (or 0x701608) is known color: Falu Red. HEX triplet: 70, 16 and 08. RGB value is (112,22,8). Sum of RGB (Red+Green+Blue) = 112+22+8=142 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.87% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 112 - color contains mainly: red. Hex color #701608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701608 is #8FE9F7. Grayscale: #2F2F2F. Windows color (decimal): -9431544 or 530032. OLE color: 530032.

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

Color convert

RGB 112 22 8 -
CMYK 0 0.80 0.93 0.56
HSL 8.08º 0.87% 0.24% -
HSV(B) 8.08º 0.93% 0.44% -
XYZ 7.01 4.04 0.64 -
YUV 47.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 112 22 8 0 0.80 0.93 0.56 8.08 0.87 0.24
Hex 70 16 8 0 50 5D 38 8 57 18
Octal 160 26 10 0 120 135 70 10 127 30
Binary 1110000 10110 1000 0 1010000 1011101 111000 1000 1010111 11000

Color Harmonies of #701608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701608

Black with #701608

Text Example


Text Example

White with #701608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701608; }

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

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

background-color css

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

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

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

border-color css

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

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

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