#731707

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

Shades of Falu Red #731707

Tints of Falu Red #731707

Color information

#731707 (or 0x731707) is unknown color: approx Falu Red. HEX triplet: 73, 17 and 07. RGB value is (115,23,7). Sum of RGB (Red+Green+Blue) = 115+23+7=145 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.31% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 115 - color contains mainly: red. Hex color #731707 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731707 is #8CE8F8. Grayscale: #303030. Windows color (decimal): -9234681 or 464755. OLE color: 464755.

HSL color Cylindrical-coordinate representation of color #731707: hue angle of 8.89º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #731707 is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB115237-
CMYK00.800.940.55
HSL8.89º88.52%23.92%-
HSV(B)8.89º93.91%45.1%-
XYZ7.414.270.63-
YUV48.68104.48175.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 79.31%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 7 (3.12% from 255) = 4.83%
R=79.31%
G=15.86%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11523700.800.940.558.8988.5223.92
Hex731770505E3795918
Octal1632770120136671113130
Binary1110011101111110101000010111101101111001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731707; }

 p { color: rgb(115,23,7); }

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

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

 a { background-color: rgb(115,23,7); }

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

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

 span { border-color: rgb(115,23,7); }

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