Html Css Color HEX #70170A Falu Red

📋 copy color: '#70170A'

red 112 ◦ green 23 ◦ blue 10

#70170A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #70170A

Tints of Falu Red #70170A

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.3% from 255) = 6.9%

R = 77.24%
G = 15.86%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#70170A (or 0x70170A) is known color: 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

RGB 112 23 10 -
CMYK 0 0.79 0.91 0.56
HSL 7.65º 0.84% 0.24% -
HSV(B) 7.65º 0.91% 0.44% -
XYZ 7.04 4.08 0.7 -
YUV 48.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 112 23 10 0 0.79 0.91 0.56 7.65 0.84 0.24
Hex 70 17 A 0 4F 5B 38 8 54 18
Octal 160 27 12 0 117 133 70 10 124 30
Binary 1110000 10111 1010 0 1001111 1011011 111000 1000 1010100 11000

Color Harmonies of #70170A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70170A

Black with #70170A

Text Example


Text Example

White with #70170A

Text Example


Text Example

HTML Codes & Css Web 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>