#70160C

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

Shades of Falu Red #70160C

Tints of Falu Red #70160C

Color information

#70160C (or 0x70160C) is unknown color: approx Falu Red. HEX triplet: 70, 16 and 0C. RGB value is (112,22,12). Sum of RGB (Red+Green+Blue) = 112+22+12=146 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.71% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 12 (5.08% from 255 or 8.22% from 146); Max value from RGB is 112 - color contains mainly: red. Hex color #70160C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70160C is #8FE9F3. Grayscale: #2F2F2F. Windows color (decimal): -9431540 or 792176. OLE color: 792176.

HSL color Cylindrical-coordinate representation of color #70160C: hue angle of 6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #70160C is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1122212-
CMYK00.800.890.56
HSL80.65%24.31%-
HSV(B)89.29%43.92%-
XYZ7.044.050.76-
YUV47.77107.82173.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 76.71%
GREEN value IS 22 (8.98% from 255) = 15.07%
BLUE value IS 12 (5.08% from 255) = 8.22%
R=76.71%
G=15.07%
B=8.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112221200.800.890.56680.6524.31
Hex7016C050593865118
Octal1602614012013170612130
Binary1110000101101100010100001011001111000110101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70160C; }

 p { color: rgb(112,22,12); }

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

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

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

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

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

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

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