#711B06

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

Shades of Falu Red #711B06

Tints of Falu Red #711B06

Color information

#711B06 (or 0x711B06) is unknown color: approx Falu Red. HEX triplet: 71, 1B and 06. RGB value is (113,27,6). Sum of RGB (Red+Green+Blue) = 113+27+6=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #711B06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711B06 is #8EE4F9. Grayscale: #323232. Windows color (decimal): -9364730 or 400241. OLE color: 400241.

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

Color convert

RGB113276-
CMYK00.760.950.56
HSL11.78º89.92%23.33%-
HSV(B)11.78º94.69%44.31%-
XYZ7.234.310.62-
YUV50.32102.99172.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 77.40%
GREEN value IS 27 (10.94% from 255) = 18.49%
BLUE value IS 6 (2.73% from 255) = 4.11%
R=77.40%
G=18.49%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11327600.760.950.5611.7889.9223.33
Hex711B604C5F38c5a17
Octal1613360114137701413227
Binary1110001110111100100110010111111110001100101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #711B06;
 }
 .AnyTagClassName
 {
   color: #711B06;
 }
</style>
background-color css

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

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

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

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

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

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