Html Css Color HEX #70160F Falu Red

📋 copy color: '#70160F'

red 112 ◦ green 22 ◦ blue 15

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

Shades of Falu Red #70160F

Tints of Falu Red #70160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.77%

 BLUE value IS 15 (6.25% from 255) = 10.07%

R = 75.17%
G = 14.77%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#70160F (or 0x70160F) is known color: Falu Red. HEX triplet: 70, 16 and 0F. RGB value is (112,22,15). Sum of RGB (Red+Green+Blue) = 112+22+15=149 (19% of max value = 765). Red value is 112 (44.14% from 255 or 75.17% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 112 - color contains mainly: red. Hex color #70160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70160F is #8FE9F0. Grayscale: #303030. Windows color (decimal): -9431537 or 988784. OLE color: 988784.

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

Color convert

RGB 112 22 15 -
CMYK 0 0.80 0.87 0.56
HSL 4.33º 0.76% 0.25% -
HSV(B) 4.33º 0.87% 0.44% -
XYZ 7.06 4.05 0.86 -
YUV 48.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 112 22 15 0 0.80 0.87 0.56 4.33 0.76 0.25
Hex 70 16 F 0 50 57 38 4 4C 19
Octal 160 26 17 0 120 127 70 4 114 31
Binary 1110000 10110 1111 0 1010000 1010111 111000 100 1001100 11001

Color Harmonies of #70160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70160F

Black with #70160F

Text Example


Text Example

White with #70160F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70160F;
 }
 .AnyTagClassName
 {
   color: #70160F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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