Html Css Color HEX #71140B Falu Red

📋 copy color: '#71140B'

red 113 ◦ green 20 ◦ blue 11

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

Shades of Falu Red #71140B

Tints of Falu Red #71140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.89%

 BLUE value IS 11 (4.69% from 255) = 7.64%

R = 78.47%
G = 13.89%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#71140B (or 0x71140B) is known color: Falu Red. HEX triplet: 71, 14 and 0B. RGB value is (113,20,11). Sum of RGB (Red+Green+Blue) = 113+20+11=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #71140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #71140B is #8EEBF4. Grayscale: #2E2E2E. Windows color (decimal): -9366517 or 726129. OLE color: 726129.

HSL color Cylindrical-coordinate representation of color #71140B: hue angle of 5.29º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71140B is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 20 11 -
CMYK 0 0.82 0.90 0.56
HSL 5.29º 0.82% 0.24% -
HSV(B) 5.29º 0.9% 0.44% -
XYZ 7.12 4.04 0.72 -
YUV 46.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 113 20 11 0 0.82 0.90 0.56 5.29 0.82 0.24
Hex 71 14 B 0 52 5A 38 5 52 18
Octal 161 24 13 0 122 132 70 5 122 30
Binary 1110001 10100 1011 0 1010010 1011010 111000 101 1010010 11000

Color Harmonies of #71140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71140B

Black with #71140B

Text Example


Text Example

White with #71140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71140B; }

 p { color: rgb(113,20,11); }

 H1.HeaderClassName
 {
   color: #71140B;
 }
 .AnyTagClassName
 {
   color: #71140B;
 }
</style>

background-color css

<style>
 a { background-color: #71140B; }

 a { background-color: rgb(113,20,11); }

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

border-color css

<style>
 span { border-color: #71140B; }

 span { border-color: rgb(113,20,11); }

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