#731E01

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

Shades of Falu Red #731E01

Tints of Falu Red #731E01

Color information

#731E01 (or 0x731E01) is unknown color: approx Falu Red. HEX triplet: 73, 1E and 01. RGB value is (115,30,1). Sum of RGB (Red+Green+Blue) = 115+30+1=146 (19% of max value = 765). Red value is 115 (45.31% from 255 or 78.77% from 146); Green value is 30 (12.11% from 255 or 20.55% from 146); Blue value is 1 (0.78% from 255 or 0.68% from 146); Max value from RGB is 115 - color contains mainly: red. Hex color #731E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731E01 is #8CE1FE. Grayscale: #343434. Windows color (decimal): -9232895 or 73331. OLE color: 73331.

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

Color convert

RGB115301-
CMYK00.740.990.55
HSL15.26º98.28%22.75%-
HSV(B)15.26º99.13%45.1%-
XYZ7.544.580.51-
YUV52.1199.16172.86-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 78.77%
GREEN value IS 30 (12.11% from 255) = 20.55%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=78.77%
G=20.55%
B=0.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11530100.740.990.5515.2698.2822.75
Hex731E104A6337f6217
Octal1633610112143671714227
Binary11100111111010100101011000111101111111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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