Html Css Color HEX #701F15 Falu Red

📋 copy color: '#701F15'

red 112 ◦ green 31 ◦ blue 21

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

Shades of Falu Red #701F15

Tints of Falu Red #701F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.8%

R = 68.29%
G = 18.9%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#701F15 (or 0x701F15) is known color: Falu Red. HEX triplet: 70, 1F and 15. RGB value is (112,31,21). Sum of RGB (Red+Green+Blue) = 112+31+21=164 (21% of max value = 765). Red value is 112 (44.14% from 255 or 68.29% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 21 (8.59% from 255 or 12.80% from 164); Max value from RGB is 112 - color contains mainly: red. Hex color #701F15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701F15 is #8FE0EA. Grayscale: #363636. Windows color (decimal): -9429227 or 1384304. OLE color: 1384304.

HSL color Cylindrical-coordinate representation of color #701F15: hue angle of 6.59º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701F15 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 31 21 -
CMYK 0 0.72 0.81 0.56
HSL 6.59º 0.68% 0.26% -
HSV(B) 6.59º 0.81% 0.44% -
XYZ 7.31 4.48 1.19 -
YUV 54.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 112 31 21 0 0.72 0.81 0.56 6.59 0.68 0.26
Hex 70 1F 15 0 48 51 38 7 44 1A
Octal 160 37 25 0 110 121 70 7 104 32
Binary 1110000 11111 10101 0 1001000 1010001 111000 111 1000100 11010

Color Harmonies of #701F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701F15

Black with #701F15

Text Example


Text Example

White with #701F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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