Html Css Color HEX #711902 Falu Red

📋 copy color: '#711902'

red 113 ◦ green 25 ◦ blue 2

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

Shades of Falu Red #711902

Tints of Falu Red #711902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.86%

 BLUE value IS 2 (1.17% from 255) = 1.43%

R = 80.71%
G = 17.86%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#711902 (or 0x711902) is known color: Falu Red. HEX triplet: 71, 19 and 02. RGB value is (113,25,2). Sum of RGB (Red+Green+Blue) = 113+25+2=140 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.71% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 2 (1.17% from 255 or 1.43% from 140); Max value from RGB is 113 - color contains mainly: red. Hex color #711902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711902 is #8EE6FD. Grayscale: #303030. Windows color (decimal): -9365246 or 137585. OLE color: 137585.

HSL color Cylindrical-coordinate representation of color #711902: hue angle of 12.43º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #711902 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 25 2 -
CMYK 0 0.78 0.98 0.56
HSL 12.43º 0.97% 0.23% -
HSV(B) 12.43º 0.98% 0.44% -
XYZ 7.17 4.21 0.49 -
YUV 48.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 113 25 2 0 0.78 0.98 0.56 12.43 0.97 0.23
Hex 71 19 2 0 4E 62 38 C 61 17
Octal 161 31 2 0 116 142 70 14 141 27
Binary 1110001 11001 10 0 1001110 1100010 111000 1100 1100001 10111

Color Harmonies of #711902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711902

Black with #711902

Text Example


Text Example

White with #711902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711902; }

 p { color: rgb(113,25,2); }

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

background-color css

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

 a { background-color: rgb(113,25,2); }

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

border-color css

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

 span { border-color: rgb(113,25,2); }

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