Html Css Color HEX #711B05 Falu Red

📋 copy color: '#711B05'

red 113 ◦ green 27 ◦ blue 5

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

Shades of Falu Red #711B05

Tints of Falu Red #711B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 18.62%

 BLUE value IS 5 (2.34% from 255) = 3.45%

R = 77.93%
G = 18.62%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#711B05 (or 0x711B05) is known color: Falu Red. HEX triplet: 71, 1B and 05. RGB value is (113,27,5). Sum of RGB (Red+Green+Blue) = 113+27+5=145 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.93% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 5 (2.34% from 255 or 3.45% from 145); Max value from RGB is 113 - color contains mainly: red. Hex color #711B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711B05 is #8EE4FA. Grayscale: #323232. Windows color (decimal): -9364731 or 334705. OLE color: 334705.

HSL color Cylindrical-coordinate representation of color #711B05: hue angle of 12.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #711B05 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 27 5 -
CMYK 0 0.76 0.96 0.56
HSL 12.22º 0.92% 0.23% -
HSV(B) 12.22º 0.96% 0.44% -
XYZ 7.23 4.31 0.59 -
YUV 50.21 102.49 172.79 -
System Red Green Blue C M Y K H S L
Decimal 113 27 5 0 0.76 0.96 0.56 12.22 0.92 0.23
Hex 71 1B 5 0 4C 60 38 C 5C 17
Octal 161 33 5 0 114 140 70 14 134 27
Binary 1110001 11011 101 0 1001100 1100000 111000 1100 1011100 10111

Color Harmonies of #711B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711B05

Black with #711B05

Text Example


Text Example

White with #711B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,27,5); }

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

background-color css

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

 a { background-color: rgb(113,27,5); }

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

border-color css

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

 span { border-color: rgb(113,27,5); }

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