Html Css Color HEX #711B16 Falu Red

📋 copy color: '#711B16'

red 113 ◦ green 27 ◦ blue 22

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

Shades of Falu Red #711B16

Tints of Falu Red #711B16

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.67%

 BLUE value IS 22 (8.98% from 255) = 13.58%

R = 69.75%
G = 16.67%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#711B16 (or 0x711B16) is known color: Falu Red. HEX triplet: 71, 1B and 16. RGB value is (113,27,22). Sum of RGB (Red+Green+Blue) = 113+27+22=162 (21% of max value = 765). Red value is 113 (44.53% from 255 or 69.75% from 162); Green value is 27 (10.94% from 255 or 16.67% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 113 - color contains mainly: red. Hex color #711B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711B16 is #8EE4E9. Grayscale: #343434. Windows color (decimal): -9364714 or 1448817. OLE color: 1448817.

HSL color Cylindrical-coordinate representation of color #711B16: hue angle of 3.3º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711B16 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 27 22 -
CMYK 0 0.76 0.81 0.56
HSL 3.3º 0.67% 0.26% -
HSV(B) 3.3º 0.81% 0.44% -
XYZ 7.35 4.35 1.21 -
YUV 52.14 110.99 171.41 -
System Red Green Blue C M Y K H S L
Decimal 113 27 22 0 0.76 0.81 0.56 3.3 0.67 0.26
Hex 71 1B 16 0 4C 51 38 3 43 1A
Octal 161 33 26 0 114 121 70 3 103 32
Binary 1110001 11011 10110 0 1001100 1010001 111000 11 1000011 11010

Color Harmonies of #711B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B16

Black with #711B16

Text Example


Text Example

White with #711B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711B16; }

 p { color: rgb(113,27,22); }

 H1.HeaderClassName
 {
   color: #711B16;
 }
 .AnyTagClassName
 {
   color: #711B16;
 }
</style>

background-color css

<style>
 a { background-color: #711B16; }

 a { background-color: rgb(113,27,22); }

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

border-color css

<style>
 span { border-color: #711B16; }

 span { border-color: rgb(113,27,22); }

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