#701818

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

Shades of Falu Red #701818

Tints of Falu Red #701818

Color information

#701818 (or 0x701818) is unknown color: approx Falu Red. HEX triplet: 70, 18 and 18. RGB value is (112,24,24). Sum of RGB (Red+Green+Blue) = 112+24+24=160 (21% of max value = 765). Red value is 112 (44.14% from 255 or 70% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 112 - color contains mainly: red. Hex color #701818 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701818 is #8FE7E7. Grayscale: #323232. Windows color (decimal): -9431016 or 1579120. OLE color: 1579120.

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

Color convert

RGB1122424-
CMYK00.790.790.56
HSL64.71%26.67%-
HSV(B)78.57%43.92%-
XYZ7.174.161.29-
YUV50.31113.15172-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 70%
GREEN value IS 24 (9.77% from 255) = 15%
BLUE value IS 24 (9.77% from 255) = 15%
R=70%
G=15%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112242400.790.790.56064.7126.67
Hex70181804F4F380411b
Octal1603030011711770010133
Binary111000011000110000100111110011111110000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701818; }

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

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

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

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

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

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

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

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