#711B05

Color #711B05 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #711B05

Tints of Falu Red #711B05

Color information

#711B05 (or 0x711B05) is unknown color: approx 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

RGB113275-
CMYK00.760.960.56
HSL12.22º91.53%23.14%-
HSV(B)12.22º95.58%44.31%-
XYZ7.234.310.59-
YUV50.21102.49172.79-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11327500.760.960.5612.2291.5323.14
Hex711B504C6038c5c17
Octal1613350114140701413427
Binary1110001110111010100110011000001110001100101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>