#731E02

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

Shades of Falu Red #731E02

Tints of Falu Red #731E02

Color information

#731E02 (or 0x731E02) is unknown color: approx Falu Red. HEX triplet: 73, 1E and 02. RGB value is (115,30,2). Sum of RGB (Red+Green+Blue) = 115+30+2=147 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.23% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 115 - color contains mainly: red. Hex color #731E02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E02 is #8CE1FD. Grayscale: #343434. Windows color (decimal): -9232894 or 138867. OLE color: 138867.

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

Color convert

RGB115302-
CMYK00.740.980.55
HSL14.87º96.58%22.94%-
HSV(B)14.87º98.26%45.1%-
XYZ7.554.580.54-
YUV52.2299.66172.78-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 78.23%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 2 (1.17% from 255) = 1.36%
R=78.23%
G=20.41%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11530200.740.980.5514.8796.5822.94
Hex731E204A6237f6117
Octal1633620112142671714127
Binary111001111110100100101011000101101111111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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