Html Css Color HEX #711900 Falu Red

📋 copy color: '#711900'

red 113 ◦ green 25 ◦ blue 0

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

Shades of Falu Red #711900

Tints of Falu Red #711900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.88%
G = 18.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#711900 (or 0x711900) is known color: Falu Red. HEX triplet: 71, 19 and 00. RGB value is (113,25,0). Sum of RGB (Red+Green+Blue) = 113+25+0=138 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.88% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 113 - color contains mainly: red. Hex color #711900 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711900 is #8EE6FF. Grayscale: #303030. Windows color (decimal): -9365248 or 6513. OLE color: 6513.

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

Color convert

RGB 113 25 0 -
CMYK 0 0.78 1 0.56
HSL 13.27º 1% 0.22% -
HSV(B) 13.27º 1% 0.44% -
XYZ 7.16 4.21 0.43 -
YUV 48.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 113 25 0 0 0.78 1 0.56 13.27 1 0.22
Hex 71 19 0 0 4E 64 38 D 64 16
Octal 161 31 0 0 116 144 70 15 144 26
Binary 1110001 11001 0 0 1001110 1100100 111000 1101 1100100 10110

Color Harmonies of #711900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711900

Black with #711900

Text Example


Text Example

White with #711900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711900; }

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

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

background-color css

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

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

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

border-color css

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

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

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