#711F02

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

Shades of Falu Red #711F02

Tints of Falu Red #711F02

Color information

#711F02 (or 0x711F02) is unknown color: approx Falu Red. HEX triplet: 71, 1F and 02. RGB value is (113,31,2). Sum of RGB (Red+Green+Blue) = 113+31+2=146 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.40% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 113 - color contains mainly: red. Hex color #711F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711F02 is #8EE0FD. Grayscale: #343434. Windows color (decimal): -9363710 or 139121. OLE color: 139121.

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

Color convert

RGB113312-
CMYK00.730.980.56
HSL15.68º96.52%22.55%-
HSV(B)15.68º98.23%44.31%-
XYZ7.314.50.54-
YUV52.2199.67171.36-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 77.40%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 2 (1.17% from 255) = 1.37%
R=77.40%
G=21.23%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11331200.730.980.5615.6896.5222.55
Hex711F20496238106117
Octal1613720111142702014127
Binary1110001111111001001001110001011100010000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,31,2); }

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

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

 a { background-color: rgb(113,31,2); }

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

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

 span { border-color: rgb(113,31,2); }

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