Html Css Color HEX #701D00 Falu Red

📋 copy color: '#701D00'

red 112 ◦ green 29 ◦ blue 0

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

Shades of Falu Red #701D00

Tints of Falu Red #701D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.43%
G = 20.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#701D00 (or 0x701D00) is known color: Falu Red. HEX triplet: 70, 1D and 00. RGB value is (112,29,0). Sum of RGB (Red+Green+Blue) = 112+29+0=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 29 (11.72% from 255 or 20.57% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #701D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701D00 is #8FE2FF. Grayscale: #323232. Windows color (decimal): -9429760 or 7536. OLE color: 7536.

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

Color convert

RGB 112 29 0 -
CMYK 0 0.74 1 0.56
HSL 15.54º 1% 0.22% -
HSV(B) 15.54º 1% 0.44% -
XYZ 7.12 4.32 0.46 -
YUV 50.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 112 29 0 0 0.74 1 0.56 15.54 1 0.22
Hex 70 1D 0 0 4A 64 38 10 64 16
Octal 160 35 0 0 112 144 70 20 144 26
Binary 1110000 11101 0 0 1001010 1100100 111000 10000 1100100 10110

Color Harmonies of #701D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701D00

Black with #701D00

Text Example


Text Example

White with #701D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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