#701C15

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

Shades of Falu Red #701C15

Tints of Falu Red #701C15

Color information

#701C15 (or 0x701C15) is unknown color: approx Falu Red. HEX triplet: 70, 1C and 15. RGB value is (112,28,21). Sum of RGB (Red+Green+Blue) = 112+28+21=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 28 (11.33% from 255 or 17.39% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #701C15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #701C15 is #8FE3EA. Grayscale: #343434. Windows color (decimal): -9429995 or 1383536. OLE color: 1383536.

HSL color Cylindrical-coordinate representation of color #701C15: hue angle of 4.62º 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 #701C15 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1122821-
CMYK00.750.810.56
HSL4.62º68.42%26.08%-
HSV(B)4.62º81.25%43.92%-
XYZ7.234.331.16-
YUV52.32110.33170.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 69.57%
GREEN value IS 28 (11.33% from 255) = 17.39%
BLUE value IS 21 (8.59% from 255) = 13.04%
R=69.57%
G=17.39%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112282100.750.810.564.6268.4226.08
Hex701C1504B51385441a
Octal1603425011312170510432
Binary11100001110010101010010111010001111000101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701C15; }

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

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

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

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

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

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

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

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