Html Css Color HEX #701B08 Falu Red

📋 copy color: '#701B08'

red 112 ◦ green 27 ◦ blue 8

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

Shades of Falu Red #701B08

Tints of Falu Red #701B08

RGB

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

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

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

R = 76.19%
G = 18.37%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#701B08 (or 0x701B08) is known color: Falu Red. HEX triplet: 70, 1B and 08. RGB value is (112,27,8). Sum of RGB (Red+Green+Blue) = 112+27+8=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #701B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701B08 is #8FE4F7. Grayscale: #323232. Windows color (decimal): -9430264 or 531312. OLE color: 531312.

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

Color convert

RGB 112 27 8 -
CMYK 0 0.76 0.93 0.56
HSL 10.96º 0.87% 0.24% -
HSV(B) 10.96º 0.93% 0.44% -
XYZ 7.12 4.25 0.67 -
YUV 50.25 104.16 172.04 -
System Red Green Blue C M Y K H S L
Decimal 112 27 8 0 0.76 0.93 0.56 10.96 0.87 0.24
Hex 70 1B 8 0 4C 5D 38 B 57 18
Octal 160 33 10 0 114 135 70 13 127 30
Binary 1110000 11011 1000 0 1001100 1011101 111000 1011 1010111 11000

Color Harmonies of #701B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701B08

Black with #701B08

Text Example


Text Example

White with #701B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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