Html Css Color HEX #701B05 Falu Red

📋 copy color: '#701B05'

red 112 ◦ green 27 ◦ blue 5

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

Shades of Falu Red #701B05

Tints of Falu Red #701B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.75%

 BLUE value IS 5 (2.34% from 255) = 3.47%

R = 77.78%
G = 18.75%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#701B05 (or 0x701B05) is known color: Falu Red. HEX triplet: 70, 1B and 05. RGB value is (112,27,5). Sum of RGB (Red+Green+Blue) = 112+27+5=144 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.78% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 112 - color contains mainly: red. Hex color #701B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701B05 is #8FE4FA. Grayscale: #323232. Windows color (decimal): -9430267 or 334704. OLE color: 334704.

HSL color Cylindrical-coordinate representation of color #701B05: hue angle of 12.34º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #701B05 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 27 5 -
CMYK 0 0.76 0.96 0.56
HSL 12.34º 0.91% 0.23% -
HSV(B) 12.34º 0.96% 0.44% -
XYZ 7.1 4.24 0.59 -
YUV 49.91 102.66 172.29 -
System Red Green Blue C M Y K H S L
Decimal 112 27 5 0 0.76 0.96 0.56 12.34 0.91 0.23
Hex 70 1B 5 0 4C 60 38 C 5B 17
Octal 160 33 5 0 114 140 70 14 133 27
Binary 1110000 11011 101 0 1001100 1100000 111000 1100 1011011 10111

Color Harmonies of #701B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B05

Black with #701B05

Text Example


Text Example

White with #701B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,27,5); }

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

background-color css

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

 a { background-color: rgb(112,27,5); }

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

border-color css

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

 span { border-color: rgb(112,27,5); }

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