Html Css Color HEX #70170C Falu Red

📋 copy color: '#70170C'

red 112 ◦ green 23 ◦ blue 12

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

Shades of Falu Red #70170C

Tints of Falu Red #70170C

RGB

 RED value IS 112 (44.14% from 255) = 76.19%

 GREEN value IS 23 (9.38% from 255) = 15.65%

 BLUE value IS 12 (5.08% from 255) = 8.16%

R = 76.19%
G = 15.65%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#70170C (or 0x70170C) is known color: Falu Red. HEX triplet: 70, 17 and 0C. RGB value is (112,23,12). Sum of RGB (Red+Green+Blue) = 112+23+12=147 (19% of max value = 765). Red value is 112 (44.14% from 255 or 76.19% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 12 (5.08% from 255 or 8.16% from 147); Max value from RGB is 112 - color contains mainly: red. Hex color #70170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70170C is #8FE8F3. Grayscale: #303030. Windows color (decimal): -9431284 or 792432. OLE color: 792432.

HSL color Cylindrical-coordinate representation of color #70170C: hue angle of 6.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 #70170C is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 23 12 -
CMYK 0 0.79 0.89 0.56
HSL 6.6º 0.81% 0.24% -
HSV(B) 6.6º 0.89% 0.44% -
XYZ 7.05 4.08 0.76 -
YUV 48.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 112 23 12 0 0.79 0.89 0.56 6.6 0.81 0.24
Hex 70 17 C 0 4F 59 38 7 51 18
Octal 160 27 14 0 117 131 70 7 121 30
Binary 1110000 10111 1100 0 1001111 1011001 111000 111 1010001 11000

Color Harmonies of #70170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70170C

Black with #70170C

Text Example


Text Example

White with #70170C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70170C;
 }
 .AnyTagClassName
 {
   color: #70170C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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