#731D07

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

Shades of Falu Red #731D07

Tints of Falu Red #731D07

Color information

#731D07 (or 0x731D07) is unknown color: approx Falu Red. HEX triplet: 73, 1D and 07. RGB value is (115,29,7). Sum of RGB (Red+Green+Blue) = 115+29+7=151 (20% of max value = 765). Red value is 115 (45.31% from 255 or 76.16% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 7 (3.12% from 255 or 4.64% from 151); Max value from RGB is 115 - color contains mainly: red. Hex color #731D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #731D07 is #8CE2F8. Grayscale: #343434. Windows color (decimal): -9233145 or 466291. OLE color: 466291.

HSL color Cylindrical-coordinate representation of color #731D07: hue angle of 12.22º 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 #731D07 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB115297-
CMYK00.750.940.55
HSL12.22º88.52%23.92%-
HSV(B)12.22º93.91%45.1%-
XYZ7.554.540.68-
YUV52.21102.49172.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 76.16%
GREEN value IS 29 (11.72% from 255) = 19.21%
BLUE value IS 7 (3.12% from 255) = 4.64%
R=76.16%
G=19.21%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.94
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11529700.750.940.5512.2288.5223.92
Hex731D704B5E37c5918
Octal1633570113136671413130
Binary1110011111011110100101110111101101111100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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