#711E0A

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

Shades of Falu Red #711E0A

Tints of Falu Red #711E0A

Color information

#711E0A (or 0x711E0A) is unknown color: approx Falu Red. HEX triplet: 71, 1E and 0A. RGB value is (113,30,10). Sum of RGB (Red+Green+Blue) = 113+30+10=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #711E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711E0A is #8EE1F5. Grayscale: #343434. Windows color (decimal): -9363958 or 663153. OLE color: 663153.

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

Color convert

RGB1133010-
CMYK00.730.910.56
HSL11.65º83.74%24.12%-
HSV(B)11.65º91.15%44.31%-
XYZ7.334.460.76-
YUV52.54104171.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 73.86%
GREEN value IS 30 (12.11% from 255) = 19.61%
BLUE value IS 10 (4.30% from 255) = 6.54%
R=73.86%
G=19.61%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113301000.730.910.5611.6583.7424.12
Hex711EA0495B38c5418
Octal16136120111133701412430
Binary11100011111010100100100110110111110001100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,30,10); }

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

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

 a { background-color: rgb(113,30,10); }

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

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

 span { border-color: rgb(113,30,10); }

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