Html Css Color HEX #701906 Falu Red

📋 copy color: '#701906'

red 112 ◦ green 25 ◦ blue 6

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

Shades of Falu Red #701906

Tints of Falu Red #701906

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.2%

R = 78.32%
G = 17.48%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#701906 (or 0x701906) is known color: Falu Red. HEX triplet: 70, 19 and 06. RGB value is (112,25,6). Sum of RGB (Red+Green+Blue) = 112+25+6=143 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.32% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 112 - color contains mainly: red. Hex color #701906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701906 is #8FE6F9. Grayscale: #313131. Windows color (decimal): -9430778 or 399728. OLE color: 399728.

HSL color Cylindrical-coordinate representation of color #701906: hue angle of 10.75º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #701906 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 25 6 -
CMYK 0 0.78 0.95 0.56
HSL 10.75º 0.9% 0.23% -
HSV(B) 10.75º 0.95% 0.44% -
XYZ 7.06 4.15 0.6 -
YUV 48.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 112 25 6 0 0.78 0.95 0.56 10.75 0.9 0.23
Hex 70 19 6 0 4E 5F 38 B 5A 17
Octal 160 31 6 0 116 137 70 13 132 27
Binary 1110000 11001 110 0 1001110 1011111 111000 1011 1011010 10111

Color Harmonies of #701906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701906

Black with #701906

Text Example


Text Example

White with #701906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701906; }

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

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

background-color css

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

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

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

border-color css

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

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

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