#70170A

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

Shades of Falu Red #70170A

Tints of Falu Red #70170A

Color information

#70170A (or 0x70170A) is unknown color: approx Falu Red. HEX triplet: 70, 17 and 0A. RGB value is (112,23,10). Sum of RGB (Red+Green+Blue) = 112+23+10=145 (19% of max value = 765). Red value is 112 (44.14% from 255 or 77.24% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 10 (4.30% from 255 or 6.90% from 145); Max value from RGB is 112 - color contains mainly: red. Hex color #70170A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70170A is #8FE8F5. Grayscale: #303030. Windows color (decimal): -9431286 or 661360. OLE color: 661360.

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

Color convert

RGB1122310-
CMYK00.790.910.56
HSL7.65º83.61%23.92%-
HSV(B)7.65º91.07%43.92%-
XYZ7.044.080.7-
YUV48.13106.49173.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 77.24%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 10 (4.30% from 255) = 6.90%
R=77.24%
G=15.86%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112231000.790.910.567.6583.6123.92
Hex7017A04F5B3885418
Octal16027120117133701012430
Binary11100001011110100100111110110111110001000101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70170A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70170A; }

 p { color: rgb(112,23,10); }

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

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

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

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

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

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

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