Html Css Color HEX #701D12 Falu Red

📋 copy color: '#701D12'

red 112 ◦ green 29 ◦ blue 18

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

Shades of Falu Red #701D12

Tints of Falu Red #701D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.24%

 BLUE value IS 18 (7.42% from 255) = 11.32%

R = 70.44%
G = 18.24%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#701D12 (or 0x701D12) is known color: Falu Red. HEX triplet: 70, 1D and 12. RGB value is (112,29,18). Sum of RGB (Red+Green+Blue) = 112+29+18=159 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70.44% from 159); Green value is 29 (11.72% from 255 or 18.24% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 112 - color contains mainly: red. Hex color #701D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701D12 is #8FE2ED. Grayscale: #343434. Windows color (decimal): -9429742 or 1187184. OLE color: 1187184.

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

Color convert

RGB 112 29 18 -
CMYK 0 0.74 0.84 0.56
HSL 7.02º 0.72% 0.25% -
HSV(B) 7.02º 0.84% 0.44% -
XYZ 7.23 4.37 1.03 -
YUV 52.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 112 29 18 0 0.74 0.84 0.56 7.02 0.72 0.25
Hex 70 1D 12 0 4A 54 38 7 48 19
Octal 160 35 22 0 112 124 70 7 110 31
Binary 1110000 11101 10010 0 1001010 1010100 111000 111 1001000 11001

Color Harmonies of #701D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D12

Black with #701D12

Text Example


Text Example

White with #701D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,29,18); }

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

background-color css

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

 a { background-color: rgb(112,29,18); }

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

border-color css

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

 span { border-color: rgb(112,29,18); }

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