Html Css Color HEX #711612 Falu Red

📋 copy color: '#711612'

red 113 ◦ green 22 ◦ blue 18

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

Shades of Falu Red #711612

Tints of Falu Red #711612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.76%

R = 73.86%
G = 14.38%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#711612 (or 0x711612) is known color: Falu Red. HEX triplet: 71, 16 and 12. RGB value is (113,22,18). Sum of RGB (Red+Green+Blue) = 113+22+18=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #711612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711612 is #8EE9ED. Grayscale: #303030. Windows color (decimal): -9365998 or 1185393. OLE color: 1185393.

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

Color convert

RGB 113 22 18 -
CMYK 0 0.81 0.84 0.56
HSL 2.53º 0.73% 0.26% -
HSV(B) 2.53º 0.84% 0.44% -
XYZ 7.21 4.13 0.99 -
YUV 48.75 110.65 173.83 -
System Red Green Blue C M Y K H S L
Decimal 113 22 18 0 0.81 0.84 0.56 2.53 0.73 0.26
Hex 71 16 12 0 51 54 38 3 49 1A
Octal 161 26 22 0 121 124 70 3 111 32
Binary 1110001 10110 10010 0 1010001 1010100 111000 11 1001001 11010

Color Harmonies of #711612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711612

Black with #711612

Text Example


Text Example

White with #711612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711612; }

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

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

background-color css

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

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

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

border-color css

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

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

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