#701813

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

Shades of Falu Red #701813

Tints of Falu Red #701813

Color information

#701813 (or 0x701813) is unknown color: approx Falu Red. HEX triplet: 70, 18 and 13. RGB value is (112,24,19). Sum of RGB (Red+Green+Blue) = 112+24+19=155 (20% of max value = 765). Red value is 112 (44.14% from 255 or 72.26% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 112 - color contains mainly: red. Hex color #701813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701813 is #8FE7EC. Grayscale: #313131. Windows color (decimal): -9431021 or 1251440. OLE color: 1251440.

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

Color convert

RGB1122419-
CMYK00.790.830.56
HSL3.23º70.99%25.69%-
HSV(B)3.23º83.04%43.92%-
XYZ7.134.151.04-
YUV49.74110.65172.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 72.26%
GREEN value IS 24 (9.77% from 255) = 15.48%
BLUE value IS 19 (7.81% from 255) = 12.26%
R=72.26%
G=15.48%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112241900.790.830.563.2370.9925.69
Hex70181304F53383471a
Octal1603023011712370310732
Binary1110000110001001101001111101001111100011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701813; }

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

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

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

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

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

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

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

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