Html Css Color HEX #701506 Falu Red

📋 copy color: '#701506'

red 112 ◦ green 21 ◦ blue 6

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

Shades of Falu Red #701506

Tints of Falu Red #701506

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.11%

 BLUE value IS 6 (2.73% from 255) = 4.32%

R = 80.58%
G = 15.11%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#701506 (or 0x701506) is known color: Falu Red. HEX triplet: 70, 15 and 06. RGB value is (112,21,6). Sum of RGB (Red+Green+Blue) = 112+21+6=139 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80.58% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 112 - color contains mainly: red. Hex color #701506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701506 is #8FEAF9. Grayscale: #2E2E2E. Windows color (decimal): -9431802 or 398704. OLE color: 398704.

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

Color convert

RGB 112 21 6 -
CMYK 0 0.81 0.95 0.56
HSL 8.49º 0.9% 0.23% -
HSV(B) 8.49º 0.95% 0.44% -
XYZ 6.98 3.99 0.58 -
YUV 46.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 112 21 6 0 0.81 0.95 0.56 8.49 0.9 0.23
Hex 70 15 6 0 51 5F 38 8 5A 17
Octal 160 25 6 0 121 137 70 10 132 27
Binary 1110000 10101 110 0 1010001 1011111 111000 1000 1011010 10111

Color Harmonies of #701506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701506

Black with #701506

Text Example


Text Example

White with #701506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701506; }

 p { color: rgb(112,21,6); }

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

background-color css

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

 a { background-color: rgb(112,21,6); }

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

border-color css

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

 span { border-color: rgb(112,21,6); }

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