Html Css Color HEX #701D0C Falu Red

📋 copy color: '#701D0C'

red 112 ◦ green 29 ◦ blue 12

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

Shades of Falu Red #701D0C

Tints of Falu Red #701D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.84%

R = 73.2%
G = 18.95%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#701D0C (or 0x701D0C) is known color: Falu Red. HEX triplet: 70, 1D and 0C. RGB value is (112,29,12). Sum of RGB (Red+Green+Blue) = 112+29+12=153 (20% of max value = 765). Red value is 112 (44.14% from 255 or 73.20% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 12 (5.08% from 255 or 7.84% from 153); Max value from RGB is 112 - color contains mainly: red. Hex color #701D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701D0C is #8FE2F3. Grayscale: #343434. Windows color (decimal): -9429748 or 793968. OLE color: 793968.

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

Color convert

RGB 112 29 12 -
CMYK 0 0.74 0.89 0.56
HSL 10.2º 0.81% 0.24% -
HSV(B) 10.2º 0.89% 0.44% -
XYZ 7.19 4.35 0.81 -
YUV 51.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 112 29 12 0 0.74 0.89 0.56 10.2 0.81 0.24
Hex 70 1D C 0 4A 59 38 A 51 18
Octal 160 35 14 0 112 131 70 12 121 30
Binary 1110000 11101 1100 0 1001010 1011001 111000 1010 1010001 11000

Color Harmonies of #701D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D0C

Black with #701D0C

Text Example


Text Example

White with #701D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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