#711F03

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

Shades of Falu Red #711F03

Tints of Falu Red #711F03

Color information

#711F03 (or 0x711F03) is unknown color: approx Falu Red. HEX triplet: 71, 1F and 03. RGB value is (113,31,3). Sum of RGB (Red+Green+Blue) = 113+31+3=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #711F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #711F03 is #8EE0FC. Grayscale: #343434. Windows color (decimal): -9363709 or 204657. OLE color: 204657.

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

Color convert

RGB113313-
CMYK00.730.970.56
HSL15.27º94.83%22.75%-
HSV(B)15.27º97.35%44.31%-
XYZ7.324.50.57-
YUV52.33100.17171.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 76.87%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 3 (1.56% from 255) = 2.04%
R=76.87%
G=21.09%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11331300.730.970.5615.2794.8322.75
Hex711F30496138f5f17
Octal1613730111141701713727
Binary111000111111110100100111000011110001111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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