Html Css Color HEX #711613 Falu Red

📋 copy color: '#711613'

red 113 ◦ green 22 ◦ blue 19

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

Shades of Falu Red #711613

Tints of Falu Red #711613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.29%

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 73.38%
G = 14.29%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#711613 (or 0x711613) is known color: Falu Red. HEX triplet: 71, 16 and 13. RGB value is (113,22,19). Sum of RGB (Red+Green+Blue) = 113+22+19=154 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.38% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 113 - color contains mainly: red. Hex color #711613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711613 is #8EE9EC. Grayscale: #303030. Windows color (decimal): -9365997 or 1250929. OLE color: 1250929.

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

Color convert

RGB 113 22 19 -
CMYK 0 0.81 0.83 0.56
HSL 1.91º 0.71% 0.26% -
HSV(B) 1.91º 0.83% 0.44% -
XYZ 7.21 4.13 1.03 -
YUV 48.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 113 22 19 0 0.81 0.83 0.56 1.91 0.71 0.26
Hex 71 16 13 0 51 53 38 2 47 1A
Octal 161 26 23 0 121 123 70 2 107 32
Binary 1110001 10110 10011 0 1010001 1010011 111000 10 1000111 11010

Color Harmonies of #711613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711613

Black with #711613

Text Example


Text Example

White with #711613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711613; }

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

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

background-color css

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

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

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

border-color css

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

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

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