Html Css Color HEX #701A06 Falu Red

📋 copy color: '#701A06'

red 112 ◦ green 26 ◦ blue 6

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

Shades of Falu Red #701A06

Tints of Falu Red #701A06

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.06%

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

R = 77.78%
G = 18.06%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#701A06 (or 0x701A06) is known color: Falu Red. HEX triplet: 70, 1A and 06. RGB value is (112,26,6). Sum of RGB (Red+Green+Blue) = 112+26+6=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #701A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A06 is #8FE5F9. Grayscale: #313131. Windows color (decimal): -9430522 or 399984. OLE color: 399984.

HSL color Cylindrical-coordinate representation of color #701A06: hue angle of 11.32º 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 #701A06 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 26 6 -
CMYK 0 0.77 0.95 0.56
HSL 11.32º 0.9% 0.23% -
HSV(B) 11.32º 0.95% 0.44% -
XYZ 7.08 4.2 0.61 -
YUV 49.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 112 26 6 0 0.77 0.95 0.56 11.32 0.9 0.23
Hex 70 1A 6 0 4D 5F 38 B 5A 17
Octal 160 32 6 0 115 137 70 13 132 27
Binary 1110000 11010 110 0 1001101 1011111 111000 1011 1011010 10111

Color Harmonies of #701A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A06

Black with #701A06

Text Example


Text Example

White with #701A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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