#701506

Color #701506 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #701506

Tints of Falu Red #701506

Color information

#701506 (or 0x701506) is unknown color: approx 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

RGB112216-
CMYK00.810.950.56
HSL8.49º89.83%23.14%-
HSV(B)8.49º94.64%43.92%-
XYZ6.983.990.58-
YUV46.5105.15174.72-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11221600.810.950.568.4989.8323.14
Hex701560515F3885a17
Octal1602560121137701013227
Binary1110000101011100101000110111111110001000101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>