Html Css Color HEX #71170E Falu Red

📋 copy color: '#71170E'

red 113 ◦ green 23 ◦ blue 14

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

Shades of Falu Red #71170E

Tints of Falu Red #71170E

RGB

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

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

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

R = 75.33%
G = 15.33%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#71170E (or 0x71170E) is known color: Falu Red. HEX triplet: 71, 17 and 0E. RGB value is (113,23,14). Sum of RGB (Red+Green+Blue) = 113+23+14=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #71170E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71170E is #8EE8F1. Grayscale: #313131. Windows color (decimal): -9365746 or 923505. OLE color: 923505.

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

Color convert

RGB 113 23 14 -
CMYK 0 0.80 0.88 0.56
HSL 5.45º 0.78% 0.25% -
HSV(B) 5.45º 0.88% 0.44% -
XYZ 7.2 4.16 0.84 -
YUV 48.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 113 23 14 0 0.80 0.88 0.56 5.45 0.78 0.25
Hex 71 17 E 0 50 58 38 5 4E 19
Octal 161 27 16 0 120 130 70 5 116 31
Binary 1110001 10111 1110 0 1010000 1011000 111000 101 1001110 11001

Color Harmonies of #71170E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71170E

Black with #71170E

Text Example


Text Example

White with #71170E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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