Html Css Color HEX #70170D Falu Red

📋 copy color: '#70170D'

red 112 ◦ green 23 ◦ blue 13

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

Shades of Falu Red #70170D

Tints of Falu Red #70170D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.78%

R = 75.68%
G = 15.54%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#70170D (or 0x70170D) is known color: Falu Red. HEX triplet: 70, 17 and 0D. RGB value is (112,23,13). Sum of RGB (Red+Green+Blue) = 112+23+13=148 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.68% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 13 (5.47% from 255 or 8.78% from 148); Max value from RGB is 112 - color contains mainly: red. Hex color #70170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70170D is #8FE8F2. Grayscale: #303030. Windows color (decimal): -9431283 or 857968. OLE color: 857968.

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

Color convert

RGB 112 23 13 -
CMYK 0 0.79 0.88 0.56
HSL 6.06º 0.79% 0.25% -
HSV(B) 6.06º 0.88% 0.44% -
XYZ 7.06 4.09 0.8 -
YUV 48.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 112 23 13 0 0.79 0.88 0.56 6.06 0.79 0.25
Hex 70 17 D 0 4F 58 38 6 4F 19
Octal 160 27 15 0 117 130 70 6 117 31
Binary 1110000 10111 1101 0 1001111 1011000 111000 110 1001111 11001

Color Harmonies of #70170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70170D

Black with #70170D

Text Example


Text Example

White with #70170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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