Html Css Color HEX #71130E Falu Red

📋 copy color: '#71130E'

red 113 ◦ green 19 ◦ blue 14

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

Shades of Falu Red #71130E

Tints of Falu Red #71130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.01%

 BLUE value IS 14 (5.86% from 255) = 9.59%

R = 77.4%
G = 13.01%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71130E (or 0x71130E) is known color: Falu Red. HEX triplet: 71, 13 and 0E. RGB value is (113,19,14). Sum of RGB (Red+Green+Blue) = 113+19+14=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 14 (5.86% from 255 or 9.59% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #71130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71130E is #8EECF1. Grayscale: #2E2E2E. Windows color (decimal): -9366770 or 922481. OLE color: 922481.

HSL color Cylindrical-coordinate representation of color #71130E: hue angle of 3.03º degrees, saturation: 0.78, 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 #71130E is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 19 14 -
CMYK 0 0.83 0.88 0.56
HSL 3.03º 0.78% 0.25% -
HSV(B) 3.03º 0.88% 0.44% -
XYZ 7.12 4.01 0.81 -
YUV 46.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 113 19 14 0 0.83 0.88 0.56 3.03 0.78 0.25
Hex 71 13 E 0 53 58 38 3 4E 19
Octal 161 23 16 0 123 130 70 3 116 31
Binary 1110001 10011 1110 0 1010011 1011000 111000 11 1001110 11001

Color Harmonies of #71130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71130E

Black with #71130E

Text Example


Text Example

White with #71130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71130E; }

 p { color: rgb(113,19,14); }

 H1.HeaderClassName
 {
   color: #71130E;
 }
 .AnyTagClassName
 {
   color: #71130E;
 }
</style>

background-color css

<style>
 a { background-color: #71130E; }

 a { background-color: rgb(113,19,14); }

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

border-color css

<style>
 span { border-color: #71130E; }

 span { border-color: rgb(113,19,14); }

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