Html Css Color HEX #701803 Falu Red

📋 copy color: '#701803'

red 112 ◦ green 24 ◦ blue 3

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

Shades of Falu Red #701803

Tints of Falu Red #701803

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.27%

 BLUE value IS 3 (1.56% from 255) = 2.16%

R = 80.58%
G = 17.27%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#701803 (or 0x701803) is known color: Falu Red. HEX triplet: 70, 18 and 03. RGB value is (112,24,3). Sum of RGB (Red+Green+Blue) = 112+24+3=139 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80.58% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 3 (1.56% from 255 or 2.16% from 139); Max value from RGB is 112 - color contains mainly: red. Hex color #701803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701803 is #8FE7FC. Grayscale: #303030. Windows color (decimal): -9431037 or 202864. OLE color: 202864.

HSL color Cylindrical-coordinate representation of color #701803: hue angle of 11.56º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #701803 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 24 3 -
CMYK 0 0.79 0.97 0.56
HSL 11.56º 0.95% 0.23% -
HSV(B) 11.56º 0.97% 0.44% -
XYZ 7.03 4.1 0.51 -
YUV 47.92 102.65 173.71 -
System Red Green Blue C M Y K H S L
Decimal 112 24 3 0 0.79 0.97 0.56 11.56 0.95 0.23
Hex 70 18 3 0 4F 61 38 C 5F 17
Octal 160 30 3 0 117 141 70 14 137 27
Binary 1110000 11000 11 0 1001111 1100001 111000 1100 1011111 10111

Color Harmonies of #701803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701803

Black with #701803

Text Example


Text Example

White with #701803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701803; }

 p { color: rgb(112,24,3); }

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

background-color css

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

 a { background-color: rgb(112,24,3); }

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

border-color css

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

 span { border-color: rgb(112,24,3); }

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