Html Css Color HEX #701F0B Falu Red

📋 copy color: '#701F0B'

red 112 ◦ green 31 ◦ blue 11

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

Shades of Falu Red #701F0B

Tints of Falu Red #701F0B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.13%

 BLUE value IS 11 (4.69% from 255) = 7.14%

R = 72.73%
G = 20.13%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#701F0B (or 0x701F0B) is known color: Falu Red. HEX triplet: 70, 1F and 0B. RGB value is (112,31,11). Sum of RGB (Red+Green+Blue) = 112+31+11=154 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.73% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 11 (4.69% from 255 or 7.14% from 154); Max value from RGB is 112 - color contains mainly: red. Hex color #701F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F0B is #8FE0F4. Grayscale: #353535. Windows color (decimal): -9429237 or 728944. OLE color: 728944.

HSL color Cylindrical-coordinate representation of color #701F0B: hue angle of 11.88º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #701F0B is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 31 11 -
CMYK 0 0.72 0.90 0.56
HSL 11.88º 0.82% 0.24% -
HSV(B) 11.88º 0.9% 0.44% -
XYZ 7.23 4.45 0.79 -
YUV 52.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 112 31 11 0 0.72 0.90 0.56 11.88 0.82 0.24
Hex 70 1F B 0 48 5A 38 C 52 18
Octal 160 37 13 0 110 132 70 14 122 30
Binary 1110000 11111 1011 0 1001000 1011010 111000 1100 1010010 11000

Color Harmonies of #701F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F0B

Black with #701F0B

Text Example


Text Example

White with #701F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,31,11); }

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

background-color css

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

 a { background-color: rgb(112,31,11); }

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

border-color css

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

 span { border-color: rgb(112,31,11); }

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