#731E03

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

Shades of Falu Red #731E03

Tints of Falu Red #731E03

Color information

#731E03 (or 0x731E03) is unknown color: approx Falu Red. HEX triplet: 73, 1E and 03. RGB value is (115,30,3). Sum of RGB (Red+Green+Blue) = 115+30+3=148 (19% of max value = 765). Red value is 115 (45.31% from 255 or 77.70% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 115 - color contains mainly: red. Hex color #731E03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E03 is #8CE1FC. Grayscale: #343434. Windows color (decimal): -9232893 or 204403. OLE color: 204403.

HSL color Cylindrical-coordinate representation of color #731E03: hue angle of 14.46º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #731E03 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB115303-
CMYK00.740.970.55
HSL14.46º94.92%23.14%-
HSV(B)14.46º97.39%45.1%-
XYZ7.554.580.57-
YUV52.34100.16172.7-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 77.70%
GREEN value IS 30 (12.11% from 255) = 20.27%
BLUE value IS 3 (1.56% from 255) = 2.03%
R=77.70%
G=20.27%
B=2.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11530300.740.970.5514.4694.9223.14
Hex731E304A6137e5f17
Octal1633630112141671613727
Binary111001111110110100101011000011101111110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731E03; }

 p { color: rgb(115,30,3); }

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

<style>
 a { background-color: #731E03; }

 a { background-color: rgb(115,30,3); }

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

<style>
 span { border-color: #731E03; }

 span { border-color: rgb(115,30,3); }

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