#701815

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

Shades of Falu Red #701815

Tints of Falu Red #701815

Color information

#701815 (or 0x701815) is unknown color: approx Falu Red. HEX triplet: 70, 18 and 15. RGB value is (112,24,21). Sum of RGB (Red+Green+Blue) = 112+24+21=157 (20% of max value = 765). Red value is 112 (44.14% from 255 or 71.34% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 21 (8.59% from 255 or 13.38% from 157); Max value from RGB is 112 - color contains mainly: red. Hex color #701815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701815 is #8FE7EA. Grayscale: #323232. Windows color (decimal): -9431019 or 1382512. OLE color: 1382512.

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

Color convert

RGB1122421-
CMYK00.790.810.56
HSL1.98º68.42%26.08%-
HSV(B)1.98º81.25%43.92%-
XYZ7.144.151.13-
YUV49.97111.65172.24-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 71.34%
GREEN value IS 24 (9.77% from 255) = 15.29%
BLUE value IS 21 (8.59% from 255) = 13.38%
R=71.34%
G=15.29%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112242100.790.810.561.9868.4226.08
Hex70181504F51382441a
Octal1603025011712170210432
Binary1110000110001010101001111101000111100010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701815; }

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

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

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

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

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

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

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

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