#711A08

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

Shades of Falu Red #711A08

Tints of Falu Red #711A08

Color information

#711A08 (or 0x711A08) is unknown color: approx Falu Red. HEX triplet: 71, 1A and 08. RGB value is (113,26,8). Sum of RGB (Red+Green+Blue) = 113+26+8=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 8 (3.52% from 255 or 5.44% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #711A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711A08 is #8EE5F7. Grayscale: #323232. Windows color (decimal): -9364984 or 531057. OLE color: 531057.

HSL color Cylindrical-coordinate representation of color #711A08: hue angle of 10.29º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #711A08 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB113268-
CMYK00.770.930.56
HSL10.29º86.78%23.73%-
HSV(B)10.29º92.92%44.31%-
XYZ7.224.270.67-
YUV49.96104.32172.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 76.87%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 8 (3.52% from 255) = 5.44%
R=76.87%
G=17.69%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11326800.770.930.5610.2986.7823.73
Hex711A804D5D38a5718
Octal16132100115135701212730
Binary11100011101010000100110110111011110001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,26,8); }

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

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

 a { background-color: rgb(113,26,8); }

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

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

 span { border-color: rgb(113,26,8); }

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