Html Css Color HEX #711F00 Falu Red

📋 copy color: '#711F00'

red 113 ◦ green 31 ◦ blue 0

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

Shades of Falu Red #711F00

Tints of Falu Red #711F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.53%

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

R = 78.47%
G = 21.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#711F00 (or 0x711F00) is known color: Falu Red. HEX triplet: 71, 1F and 00. RGB value is (113,31,0). Sum of RGB (Red+Green+Blue) = 113+31+0=144 (19% of max value = 765). Red value is 113 (44.53% from 255 or 78.47% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 113 - color contains mainly: red. Hex color #711F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711F00 is #8EE0FF. Grayscale: #343434. Windows color (decimal): -9363712 or 8049. OLE color: 8049.

HSL color Cylindrical-coordinate representation of color #711F00: hue angle of 16.46º 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 #711F00 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 31 0 -
CMYK 0 0.73 1 0.56
HSL 16.46º 1% 0.22% -
HSV(B) 16.46º 1% 0.44% -
XYZ 7.3 4.49 0.48 -
YUV 51.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 113 31 0 0 0.73 1 0.56 16.46 1 0.22
Hex 71 1F 0 0 49 64 38 10 64 16
Octal 161 37 0 0 111 144 70 20 144 26
Binary 1110001 11111 0 0 1001001 1100100 111000 10000 1100100 10110

Color Harmonies of #711F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711F00

Black with #711F00

Text Example


Text Example

White with #711F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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