Html Css Color HEX #701806 Falu Red

📋 copy color: '#701806'

red 112 ◦ green 24 ◦ blue 6

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

Shades of Falu Red #701806

Tints of Falu Red #701806

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.9%

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

R = 78.87%
G = 16.9%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#701806 (or 0x701806) is known color: Falu Red. HEX triplet: 70, 18 and 06. RGB value is (112,24,6). Sum of RGB (Red+Green+Blue) = 112+24+6=142 (18% of max value = 765). Red value is 112 (44.14% from 255 or 78.87% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 112 - color contains mainly: red. Hex color #701806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701806 is #8FE7F9. Grayscale: #303030. Windows color (decimal): -9431034 or 399472. OLE color: 399472.

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

Color convert

RGB 112 24 6 -
CMYK 0 0.79 0.95 0.56
HSL 10.19º 0.9% 0.23% -
HSV(B) 10.19º 0.95% 0.44% -
XYZ 7.04 4.11 0.59 -
YUV 48.26 104.15 173.46 -
System Red Green Blue C M Y K H S L
Decimal 112 24 6 0 0.79 0.95 0.56 10.19 0.9 0.23
Hex 70 18 6 0 4F 5F 38 A 5A 17
Octal 160 30 6 0 117 137 70 12 132 27
Binary 1110000 11000 110 0 1001111 1011111 111000 1010 1011010 10111

Color Harmonies of #701806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701806

Black with #701806

Text Example


Text Example

White with #701806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701806; }

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

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

background-color css

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

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

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

border-color css

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

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

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