#701210

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

Shades of Falu Red #701210

Tints of Falu Red #701210

Color information

#701210 (or 0x701210) is unknown color: approx Falu Red. HEX triplet: 70, 12 and 10. RGB value is (112,18,16). Sum of RGB (Red+Green+Blue) = 112+18+16=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #701210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701210 is #8FEDEF. Grayscale: #2D2D2D. Windows color (decimal): -9432560 or 1053296. OLE color: 1053296.

HSL color Cylindrical-coordinate representation of color #701210: hue angle of 1.25º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701210 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1121816-
CMYK00.840.860.56
HSL1.25º75%25.1%-
HSV(B)1.25º85.71%43.92%-
XYZ6.993.910.88-
YUV45.88111.14175.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 76.71%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=76.71%
G=12.33%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112181600.840.860.561.257525.1
Hex701210054563814b19
Octal1602220012412670111331
Binary111000010010100000101010010101101110001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701210; }

 p { color: rgb(112,18,16); }

 H1.HeaderClassName
 {
   color: #701210;
 }
 .AnyTagClassName
 {
   color: #701210;
 }
</style>
background-color css

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

 a { background-color: rgb(112,18,16); }

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

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

 span { border-color: rgb(112,18,16); }

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