Html Css Color HEX #701A0D Falu Red

📋 copy color: '#701A0D'

red 112 ◦ green 26 ◦ blue 13

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

Shades of Falu Red #701A0D

Tints of Falu Red #701A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.22%

 BLUE value IS 13 (5.47% from 255) = 8.61%

R = 74.17%
G = 17.22%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#701A0D (or 0x701A0D) is known color: Falu Red. HEX triplet: 70, 1A and 0D. RGB value is (112,26,13). Sum of RGB (Red+Green+Blue) = 112+26+13=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #701A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701A0D is #8FE5F2. Grayscale: #323232. Windows color (decimal): -9430515 or 858736. OLE color: 858736.

HSL color Cylindrical-coordinate representation of color #701A0D: hue angle of 7.88º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #701A0D is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 26 13 -
CMYK 0 0.77 0.88 0.56
HSL 7.88º 0.79% 0.25% -
HSV(B) 7.88º 0.88% 0.44% -
XYZ 7.12 4.21 0.82 -
YUV 50.23 106.99 172.06 -
System Red Green Blue C M Y K H S L
Decimal 112 26 13 0 0.77 0.88 0.56 7.88 0.79 0.25
Hex 70 1A D 0 4D 58 38 8 4F 19
Octal 160 32 15 0 115 130 70 10 117 31
Binary 1110000 11010 1101 0 1001101 1011000 111000 1000 1001111 11001

Color Harmonies of #701A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701A0D

Black with #701A0D

Text Example


Text Example

White with #701A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,26,13); }

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

background-color css

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

 a { background-color: rgb(112,26,13); }

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

border-color css

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

 span { border-color: rgb(112,26,13); }

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