Html Css Color HEX #71120F Falu Red

📋 copy color: '#71120F'

red 113 ◦ green 18 ◦ blue 15

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

Shades of Falu Red #71120F

Tints of Falu Red #71120F

RGB

 RED value IS 113 (44.53% from 255) = 77.4%

 GREEN value IS 18 (7.42% from 255) = 12.33%

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

R = 77.4%
G = 12.33%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#71120F (or 0x71120F) is known color: Falu Red. HEX triplet: 71, 12 and 0F. RGB value is (113,18,15). Sum of RGB (Red+Green+Blue) = 113+18+15=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 15 (6.25% from 255 or 10.27% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #71120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71120F is #8EEDF0. Grayscale: #2E2E2E. Windows color (decimal): -9367025 or 987761. OLE color: 987761.

HSL color Cylindrical-coordinate representation of color #71120F: hue angle of 1.84º degrees, saturation: 0.77, 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 #71120F is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 15 -
CMYK 0 0.84 0.87 0.56
HSL 1.84º 0.77% 0.25% -
HSV(B) 1.84º 0.87% 0.44% -
XYZ 7.11 3.98 0.84 -
YUV 46.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 113 18 15 0 0.84 0.87 0.56 1.84 0.77 0.25
Hex 71 12 F 0 54 57 38 2 4D 19
Octal 161 22 17 0 124 127 70 2 115 31
Binary 1110001 10010 1111 0 1010100 1010111 111000 10 1001101 11001

Color Harmonies of #71120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71120F

Black with #71120F

Text Example


Text Example

White with #71120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,18,15); }

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

background-color css

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

 a { background-color: rgb(113,18,15); }

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

border-color css

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

 span { border-color: rgb(113,18,15); }

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