Html Css Color HEX #701603 Falu Red

📋 copy color: '#701603'

red 112 ◦ green 22 ◦ blue 3

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

Shades of Falu Red #701603

Tints of Falu Red #701603

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.06%

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

R = 81.75%
G = 16.06%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#701603 (or 0x701603) is known color: Falu Red. HEX triplet: 70, 16 and 03. RGB value is (112,22,3). Sum of RGB (Red+Green+Blue) = 112+22+3=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 3 (1.56% from 255 or 2.19% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #701603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701603 is #8FE9FC. Grayscale: #2E2E2E. Windows color (decimal): -9431549 or 202352. OLE color: 202352.

HSL color Cylindrical-coordinate representation of color #701603: hue angle of 10.46º 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 #701603 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 22 3 -
CMYK 0 0.80 0.97 0.56
HSL 10.46º 0.95% 0.23% -
HSV(B) 10.46º 0.97% 0.44% -
XYZ 6.99 4.03 0.49 -
YUV 46.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 112 22 3 0 0.80 0.97 0.56 10.46 0.95 0.23
Hex 70 16 3 0 50 61 38 A 5F 17
Octal 160 26 3 0 120 141 70 12 137 27
Binary 1110000 10110 11 0 1010000 1100001 111000 1010 1011111 10111

Color Harmonies of #701603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701603

Black with #701603

Text Example


Text Example

White with #701603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701603; }

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

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

background-color css

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

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

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

border-color css

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

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

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